Game ReferenceGame Global FunctionsPauseSimulationOn this pagePauseSimulation Description Stops all game logic. dangerThere is no known way to recover from this state outside of using DSL. Do not use unless experimenting. function PauseSimulation() --[[ ... ]] end Parameters ... Return Values ... Example ... See Also Game's Native UnpauseSimulation