Animation after death

Hello, i have idea add animation to player after death where he is lying like in bed. But i have no idea how i can realize it in code, maybe some one did something like this and can give me direction for move

The lying down animation can only be accessed via packets. The logic behind it would be to spawn a human with all the key of the player (so it transfers the skin, etc) and then onPlayerSpawn remove the human.

If you dont want to deal with packets, this may do it for you.

1 Like

Thank you man, its help me.

1 Like