PapierLP

Saber Sim Heart Farm

Feb 15th, 2020
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. --made by CosminProGamer
  2. if game.Players.LocalPlayer.Character.AntiPort and game.Players.LocalPlayer.Character.AntiPortNew then
  3. game.Players.LocalPlayer.Character.AntiPort:Destroy()
  4. game.Players.LocalPlayer.Character.AntiPortNew:Destroy()
  5. wait(0.1)
  6. end
  7. while wait() do
  8. local plrh = game.Players.LocalPlayer.Character.HumanoidRootPart
  9. for i,v in pairs(game:GetService("Workspace").CandyHolder:GetChildren()) do
  10. plrh.CFrame = v.CFrame
  11. wait(0.2)
  12. end
  13. end
Add Comment
Please, Sign In to add comment