Advertisement
pa1nx9

Free Roblox Script Squid Game Autofarm

Oct 7th, 2021
1,129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. getgenv().Teleport = true;
  2.  
  3. while Teleport == true do
  4. function TeleportTo(placeCFrame)
  5. local player = game.Players.LocalPlayer
  6. if player.Character then
  7. player.Character.HumanoidRootPart.CFrame = placeCFrame;
  8. wait(15)
  9. end
  10. end
  11. TeleportTo(game:GetService("Workspace").SquidGame.Doll.Body.HumanoidRootPart.CFrame)
  12. end
  13.  
  14. If you want to teleport just once,
  15.  
  16. function TeleportTo(placeCFrame)
  17. local player = game.Players.LocalPlayer
  18. if player.Character then
  19. player.Character.HumanoidRootPart.CFrame = placeCFrame;
  20. wait()
  21. end
  22. end
  23. TeleportTo(game:GetService("Workspace").SquidGame.Doll.Body.HumanoidRootPart.CFrame)
  24. end
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement