#poor Ragdoll problem

1 messages · Page 1 of 1 (latest)

stiff yoke
#

hi guys i made "ragdoll" but it dont repair after platform stand = true:local function ragdoll(char)
local h = char:FindFirstChild("Humanoid")
if not h then return end

-- usuń bodymovers zanim PlatformStand
h.PlatformStand = true
task.delay(2, function()
    h.PlatformStand = false

    -- wyłącz ragdoll

    h:ChangeState(Enum.HumanoidStateType.GettingUp)
end)

end

random moon
stiff yoke
#

but i dont delete joints

random moon
#

Lmk if it helps or not