Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --<<// Do not use the page teleporter while farming candy and spiders! You can only farm when the round begins. \\>>
- --<<// Tip: Road to 1500 candies to buy all the rare slender outfits. \\>>
- --<< LOOP >>
- while wait() do
- --<< VARIABLES >>
- local me = game.Players.LocalPlayer
- local players = game.Players:GetChildren()
- local mechar = me.Character
- --<< TELEPORT TO THOSE THINGS >>
- for i,v in pairs(game.Workspace.Candy:GetDescendants()) do
- if v.Name == "M" then
- wait()
- mechar.HumanoidRootPart.CFrame = v.CFrame
- end
- end
- for x, y in pairs(game.Workspace.Spiders:GetDescendants()) do
- if y.Name == "MeshPart" then
- mechar.HumanoidRootPart.CFrame = y.CFrame
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement