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