I'm trying to have my game save many things in my game; however, ROBLOX has a limit on the amount of things you can save, how do you bypass that limit?
0
Save all the data to a table, and then save it to the player. When the player joins the game again, you can grab all the data out of the table, and "put" it where you need it to be.Azmidium388— 9y