Advertisement
robloxboblox

District Trucker Hat, Green Emerald Gold Rush Puffer Instant Collect

Mar 17th, 2022
702
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. for i,v in ipairs(game:GetService("Workspace").Map.EventOrbs:GetChildren()) do
  2.    v.Part.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  3. end
  4.  
  5. for i,v in ipairs(game:GetService("Workspace").Map.Orbs:GetChildren()) do
  6.    v.Part.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement