ok i'm trying to make a ragdoll script using the humanoid states, this script is working fine but it only works 1 time. can someone help me please?
script https://pastebin.com/RLtsTjFF
srry for bad english
1 | if script.Parent:FindFirstChild( "Humanoid" ) then |
2 | script.Parent.Humanoid.StateChanged:Connect( function (old, new) |
3 | if new = = Enum.HumanoidStateType.Freefall then |
4 | --The other stuff |
5 | end |
6 | end ) |
7 | end |
I hope this helped