Advertisement
_Thanh_Thy_Cute_

Robot Simulator COLLECT ALL GEM & COIN CHESTS

Jul 18th, 2021
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. for i, v in pairs(game:GetService("Workspace").Coins.Spawned:GetChildren()) do
  2. if v.ClassName == "Model" then
  3. for i, v in pairs(v:GetChildren()) do
  4. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  5. wait(0.5)
  6. end
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement