You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? Keep it simple and clear!
ragdoll on fall
What is the issue? Include screenshots / videos if possible!
i cant find anything about it
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
tried everything/almost everything, couldnt find anything
BadDad2004
(BadDad2004)
October 1, 2022, 12:35pm
2
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