1 2 3 4 5 6
function GM:Initialize() timer.Create( "removeRagdolls", 3, 0, function() game.RemoveRagdolls() end) end