Revision Difference
game.RemoveRagdolls#515061
<function name="RemoveRagdolls" parent="game" type="libraryfunc">⤶
<description>Removes all the clientside ragdolls.</description>⤶
<realm>Shared</realm>⤶
</function>⤶
⤶
<example>⤶
<description>This will remove all the client ragdolls every 3 secconds.</description>⤶
<code>timer.Create( "removeRagdolls", 3, 0, function() game.RemoveRagdolls() end )</code>⤶
⤶
</example>