Hi, i working on my game and i need a ragdoll system for my game, but i can’t find a good module for combat game can anyone recommend me pls?
Do you want it so like the player ragdolls on death or if there punched/damaged they ragdoll? if so you can try
humanoid.healthchanged:connect(function()
if humanoid.health == <=90 then
-ragdoll script here-
end
sorry if this doesnt work or its formatted wrong im on phone
i can probably suggest mine?
3 Likes
Your module will work when humanoid state set state to ragdoll?
yes, it automatically ragdolls on death and ragdoll state
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.