Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.ree = true;
- local LocalPlayer = game.Players.LocalPlayer
- local Mouse = LocalPlayer:GetMouse()
- local pickups = game:GetService("Workspace").PickupItems:GetChildren()
- while _G.ree do
- for i, item in pairs(pickups) do
- wait(0.01)
- LocalPlayer.Character.HumanoidRootPart.Position = item.Position
- end
- end
Add Comment
Please, Sign In to add comment