Just a simple question, got nowhere else to ask... just here because u guys respond quickly.. So how ? When servers get shut or something, how do the scripts save like when players click on guis saves and stays the whole time ?
For values, cash, weapons etc..
This is generally done with DataStores. These allow for data to be stored on the Roblox servers independent of the game servers. One of the many and definitely most popular uses is saving players' data. You can find out more here.