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
if script.Parent:FindFirstChild("Humanoid") then script.Parent.Humanoid.StateChanged:Connect(function(old, new) if new == Enum.HumanoidStateType.Freefall then --The other stuff end end) end
I hope this helped