pro_Jar

sub

Jan 5th, 2020
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. while wait(.1) do
  2. for i, v in pairs(game.Workspace.CoinSpawners:GetChildren()) do
  3. wait (0.01)
  4. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  5. end
  6. end
Add Comment
Please, Sign In to add comment