GTA Like Death Screen

How would I make something like this?

I just want to know how to make the slow motion and how to tween the death screen.

Anything helps!

This is pretty straight forward.

On death → Trigger player ragdoll (with either your own ragdoll implementation, or someone elses), disable BreakJointsOnDeath on the players Humanoid, set the workspace gravity to 30 or less to simulate slowmotion, and just tween the ui like every other ui.

Also watch out if your game is multiplayer, you have to do this on the client, so the 30 gravity doesn’t mess up anything for the other players

3 Likes