im trying to make this game that needs previous player actions to be in it so the server doesnt delete it E.G buildings and stuff
You can use BindToClose to force the server to wait before shutting down.
game:BindToClose(function() wait(5) end)