Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game.Players.LocalPlayer
- while true do
- wait()
- if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
- game.Workspace[player.Character.Name].CollisionParts:Destroy()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement