How do i make a player ragdoll on fall?

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    ragdoll on fall
  2. What is the issue? Include screenshots / videos if possible!
    i cant find anything about it
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    tried everything/almost everything, couldnt find anything

The simple way to do this would be to check for when the player character State changed to Landed and then play the ragdoll. You would need to make sure that they had fallen far enough to justify it though.

Basic code for the Humanoid ```StateChanged` is here:
https://create.roblox.com/docs/reference/engine/classes/Humanoid#StateChanged

1 Like

humanoid.FallingDown:Connect(function(isActive)
IsActive return True or False