Advertisement
ZynatyGaming

Untitled

May 14th, 2021
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. while true do
  3. wait()
  4. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  5. game.Workspace[player.Character.Name].CollisionParts:Destroy()
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement