How do I tell if a player is falling or not?

How do I check if a player is coming down or up, or a part whether or not its moving up or down? Thank you - BMWLux

As for a player you can check their humanoid state and see whether their jumping or falling.

As for a part you can hold its previous position and then when it does move you can check the Y position, if it has increased from the previous position then it has gone up and if it’s decreased the part has gone down.

1 Like

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