Advertisement
trollhackerdude

ftn2

Aug 5th, 2019
772
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. -- simple crappy script, but it works, troll
  2.  
  3. local plr = game.Players.LocalPlayer
  4. local char = plr.Character
  5.  
  6.  
  7. for i, a in pairs(game.Players.LocalPlayer.Collection:GetChildren()) do
  8. workspace.Collectibles:FindFirstChild(a.Name)
  9.  
  10. if a then
  11. a.Parent = game.ReplicatedStorage
  12. end
  13. end
  14.  
  15.  
  16. for i ,v in pairs(workspace.Collectibles:GetChildren()) do
  17. char.HumanoidRootPart.CFrame = CFrame.new(v.Main.Position)
  18. wait(1)
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement