Need help with a Jump detection

So, i want to know which way i can make a jump detection similar to Power Simulator but i dont know how to do that…

i need to know just which way its possible to do

check power simulator to know what i mean… i just want that if the player jump some times (…power simulator like) the player will get stats…

I just want to know which way to do it, im not asking for full scripts or something like that :slight_smile:

Yes, but its not like every time you jump…
if yes i wont had a problem …

what exactly do you mean by this?

Hm, check power simulator for example. they have a system to get stats when you jump, but its not every time you jump and i need help to do that…

There’s a note on the page implying that you need to check for landed event, following it up with this. Landed event tells you when the player has landed from a jump. Watch out for unexpected falling like leaping off buildings.

Ok, thank you i will check that