Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2020
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. game.Players.PlayerAdded:Connect(function(plr)
  2. plr.CharacterAdded:Connect(function(player)
  3. player:FindFirstChild(“Left Leg”).CanCollide = false
  4. player:FindFirstChild(“Right Leg”).CanCollide = false
  5. player:FindFirstChild(“Torso”).CanCollide = false
  6. player:FindFirstChild(“Head”).CanCollide = false
  7. end)
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement