player falling

my question is :
sometimes when the player falls it dies several times
and keeps dieing
I am using a script to move the player to check point one it fall
how can I fix that thing

Uh. Is there a question I am missing?

1 Like

Put a breakpoint in at the point the player dies then step through the code to see what is happening & what details are being passed. It could be something as simple as you setting a bool to say the player is dead & then not resetting it to say he’s alive when you re spawn the player.

1 Like