Hello
I am doing a fall damage script
What is the correct way to damage the local player after I detect he has fallen from a big height?
Should I send remote event to the server and in the server to call TakeDamage?
Should I both send remote event to the server and also call TakeDamage on the client (and on the server) to avoid lag in the response?
Thank you in advance