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

How do I detect when a player has landed?

Asked by 4 years ago

I am experimenting with player movement and I was wondering how would I detect if a player has landed. I believe doing something with the HumanoidRootPart velocity would work however I am not sure if it is the most efficient.

0
Use Humanoid:StateChanged and check if it is the landed state theking48989987 2147 — 4y
0
^ which is Enum.HumanoidStateType.Landed I think. Here's a link for more info about it: https://developer.roblox.com/api-reference/event/Humanoid/StateChanged bluzorro 417 — 4y

Answer this question