NoCollisionConstraints dont work with humanoids

I tried using NoCollisionConstraints to fix the double jump for my parachute, but it did not work because the constraints dont work for the humanoid.

The expected behaviour should be that the NoCollisionConstraints will work with the humanoid making the player fall through the parts.

Steps to reproduce this issue.

  1. Walk up to the parts
  2. Jump ontop of the parts.
  3. You will be able to stand ontop of the parts even though the NoCollisionConstraints are active.

Repro3.rbxl (15.8 KB)

1 Like

I can confirm that this is the case. I actually just came across this myself. I am seperating a player’s character into a server and client character for use in an anticheat I’m developing. I also believe I remember this working previously.

Its fixed now.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.