My upcoming game requires that the PlayerGui saves along with whatever kills/points/etc that you have.
Currently, the points/kills/etc save with DataPersistance, however, I am unsure of how to do this with a PlayerGui item.
PlayerGuis, like Backpack items, will reset if you die or leave the server, and that is not what I want.
I have tried to modify a script that saves Backpack items, but with no avail.
Is there anybody who can help me create a script that will save a PlayerGui?
Never mind this question, I have figured out my own way around the problem and fixed it. Thank you though.