Advertisement
Guest User

Saber Simulator fast auto candy canes

a guest
Dec 7th, 2019
771
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. if game.Players.LocalPlayer.Character.AntiPort and game.Players.LocalPlayer.Character.AntiPortNew then
  2. game.Players.LocalPlayer.Character.AntiPort:Destroy()
  3. game.Players.LocalPlayer.Character.AntiPortNew:Destroy()
  4. wait(0.005)
  5. end
  6. while wait() do
  7. local plrh = game.Players.LocalPlayer.Character.HumanoidRootPart
  8. for i,v in pairs(game:GetService("Workspace").CandyHolder:GetChildren()) do
  9. plrh.CFrame = v.CFrame
  10. wait(0.005)
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement