Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How do you make Torso and Head Non-collidable?

Asked by 10 years ago

I have asked a few scripter friends of mine, and have not had a decent answer to the question. This code:

Workspace.WiseDumbledore.Torso.CanCollide = false
Workspace.WiseDumbledore.Head.CanCollide = false

Does not work. The only response that I have had was either "I don't know" or they refuse to believe me that this works. Also, the noclip script collides with other people in-game. I would like the script to not collide with people in game.

Thanks -WiseDumbledore

1 answer

Log in to vote
2
Answered by 10 years ago

This doesn't work because the Humanoid object prevents these changes to actually take effect. If you want your players to be "ghosts", you can either use local parts and make the parts not collidable client-side, or create a pseudocharacter.

Ad

Answer this question