vaux19

7th Annual Bloxy Awards script

Mar 21st, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. for i,v in pairs(game:GetService("Workspace").CollectablesClones:GetChildren()) do
  2. if v.PrimaryPart.Transparency == 1 then continue end -- Prevent to collect already collected things
  3. v.PrimaryPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  4. wait(0.01)
  5. end
Add Comment
Please, Sign In to add comment