YANIS_EXPLOITS

Spellade Simulator TP COINS

Oct 29th, 2019
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. _G.coin = true --"false" to stop script at any time
  2. while _G.coin do
  3. for i,v in pairs(game.workspace.Coins:GetChildren()) do
  4. if _G.coin then
  5. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  6. wait(0.5) --Added a short delay to prevent getting KICKED
  7. end
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment