ADVERTISEMENTREMOVE ADS
Game icon

collect all creatures

Script preview thumbnail
Script Preview

Description

it will collect all the creatures in the map, execute it and rejoin

ADVERTISEMENTREMOVE ADS
9 Lines • 308 Bytes
Verified
Raw
-- 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

Comments

1 comment
to add a comment
Ex

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

1
0
ADVERTISEMENTREMOVE ADS