Adding a ragdoll launch when hit

Hey, developers.

Just a quick question, how would I go about adding it where once you’ve been hit by a tool, you go flying in a ragdoll form.

Any links or references i can check out would help!

Thanks! :slightly_smiling_face:

Humanoid:ChangeState(Enum.HumanoidStateType.Ragdoll)

https://developer.roblox.com/en-us/api-reference/function/Humanoid/ChangeState

1 Like