Advertisement
FurkingBoi

gift simulator

Dec 9th, 2019
1,296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. --AutoCookie tp
  2. _G.LULU = true--change to true or false
  3. while _G.LULU do
  4. wait(0.3)--change time if you want
  5. for i,v in pairs(game:GetService("Workspace").Cookie:GetDescendants()) do--add s on cookies or remove s
  6. if v.ClassName == "Part" then
  7. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  8. wait()
  9. end
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement