Garry's Mod Wiki

game.RemoveRagdolls

  game.RemoveRagdolls()

Description

Removes all the clientside ragdolls.

Example

This will remove all the client ragdolls every 3 secconds.

timer.Create( "removeRagdolls", 3, 0, function() game.RemoveRagdolls() end )