Hair colour, from customization menu wont save when reset

Right so. I’ve made a customization GUI, and there is a hair color section. So I pick the color I want and then click play. The Hair color works perfectly. However when I reset. It does not save.

(very old)

Are you sure the script doesn’t re-run on each respawn? You might have ResetOnSpawn checked in your gui’s properties.

Also, you could just store the data somewhere else than a function’s variables. I.e. create a ModuleScript in ReplicatedStorage which returns a table that you can edit.

2 Likes