ADVERTISEMENTREMOVE ADS
collect all creatures
47,351 views
Script Preview
Description
it will collect all the creatures in the map, execute it and rejoin
Tested with
ADVERTISEMENTREMOVE ADS
9 Lines • 308 Bytes
Verified
-- execute this and rejoin
local eu = game:GetService("Players").LocalPlayer
local root = eu.Character.HumanoidRootPart
for _, spot in pairs(workspace.Lobby.Spots:GetChildren()) do
if spot:FindFirstChild("Spot") then
firetouchinterest(root, spot.Spot, 0)
firetouchinterest(root, spot.Spot, 1)
end
end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS






Comments
Woww I didn't know this movie had a game in roblox