So I know how to make a graphics setting gui that disables your textures and shadow, but how do i make it so if you like leave and join again while its disabled or enabled?
Use Data Stores.
I’m not sure if you use any DataStores in your game already, but if you don’t, you can create a new datastore called PlayerSettings
, for example, and a remote event/function for the client to be able to save and load from that datastore.
Ok but can u tell the scripts to put it in?