RagdollBindersClient
This item only works when running on the client. Client
This was deprecated in 15.11.2
This item is deprecated. Do not use it for new work.
Holds binders for Ragdolls on the client. Be sure to initialize on the server. See RagdollBindersClient for details. Be sure to use a ServiceBag to initialize this service.
tip
Binders can be retrieved directly through a ServiceBag now.
Properties
Ragdoll
Apply this binder to a humanoid to ragdoll it. Humanoid must already have Ragdollable defined.
local ragdoll = serviceBag:GetService(RagdollBindersClient).Ragdoll:Get(humanoid)
if ragdoll then
print("Is ragdolled")
else
print("Not ragdolled")
end
Ragdollable
Enables ragdolling on a humanoid.
RagdollaRagdollHumanoidOnDeathble
Automatically applies ragdoll upon humanoid death.
RagdollHumanoidOnFall
Automatically applies ragdoll upon humanoid fall.