Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

My ragdoll isn't rag dolling and there are no errors?

Asked by 4 years ago

this is in a server script not a local script the reason because they can change their client Side.

my server script that gets fired on character added

game.Players.PlayerAdded:Connect(function(plr)
plr.CharacterAdded:Connect(function(char)
    Hum =  char:WaitForChild('Humanoid')
    if Hum then
        Hum:ChangeState('Ragdoll')
    end
end)
end)
1
Unsure but I don't think Ragdoll works on R15 characters without making a custom one. alphawolvess 1784 — 4y
0
this would ragdoll as soon as the player joins and then not anymore Gameplayer365247v2 1055 — 4y
0
you should probably add something you click in order to ragdoll sean_thecoolman 189 — 4y
0
this probably has something to do with FE ? usually when i make scripts they are interrupted by the FE update Cvllapse 30 — 4y

Answer this question