Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --made by CosminProGamer
- if game.Players.LocalPlayer.Character.AntiPort and game.Players.LocalPlayer.Character.AntiPortNew then
- game.Players.LocalPlayer.Character.AntiPort:Destroy()
- game.Players.LocalPlayer.Character.AntiPortNew:Destroy()
- wait(0.1)
- end
- while wait() do
- local plrh = game.Players.LocalPlayer.Character.HumanoidRootPart
- for i,v in pairs(game:GetService("Workspace").CandyHolder:GetChildren()) do
- plrh.CFrame = v.CFrame
- wait(0.2)
- end
- end
Add Comment
Please, Sign In to add comment