Property Keeps Reverting?

I am trying to change the CanCollide property of a characters legs and feet, although when I do, it automatically changes back, how do I fix this?

I’ve seen other posts about this topic on the forums, try using the Search tool up top and include the terms humanoid, npc, and cancollide to narrow your search.
I believe I read every frame the core scripts from Roblox reset humanoid properties, so you have to write a script that changes them back every frame.

1 Like

If you’re just trying to prevent players from bumping into one another, then I highly suggest reading about Collision Filtering and Player-Player Collisions on the developer page. It can be used for other things as well, not just Player-Player collisions.