If I want the player to not be able to collide with an object (disregarding collision groups), do I have to create a NoCollisionConstraint for every part in the character and link it to the object?
Or, can I simply create just one and have it linked to the HumanoidRootPart? Does that prevent the whole character from colliding?