Advertisement
Anonymouse10101

Two Piece [DONT DELETE THIS AGAIN!!!]

Apr 30th, 2021
2,659
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. local plr = game:GetService("Players").localPlayer.Character.HumanoidRootPart
  2.  
  3.  
  4. pcall(function()
  5. for i, v in pairs(game.workspace:GetDescendants()) do
  6. if v:IsA("Tool") then
  7. v.Handle.CFrame = plr.CFrame
  8. wait()
  9. end
  10. end
  11. end)
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement