Forum > Scripts >

Bee Swarm Simulator script

Posts: 1

Threads: 1

Joined: May, 2018

Reputation: 0

Posted

local char = game:GetService("Players").LocalPlayer.Character
local function collect(folder)
for _,part in ipairs(folder:GetChildren()) do
if part.Parent then
char:MoveTo(part.Position)
wait(0.5)
end
end
end
collect(workspace.TreasureCollectibles)
collect(workspace.Treasures)
  • 0

Posts: 6

Threads: 3

Joined: May, 2018

Reputation: 0

Replied

what does this script do?
  • 0

Posts: 3

Threads: 1

Joined: May, 2018

Reputation: 0

Replied

The script gives you all the collectibles

  • 0

Users viewing this thread:

( Members: 0, Guests: 2, Total: 2 )