When I put a GUI script inside StarterPlayerScripts. After resetting it would not work, any help to fix that?
There's a property of ScreenGuis
called ResetOnSpawn
. After resetting, if this is disabled, then the scripts will not reset.
If toggling this property doesn't work, it may be that your scripts are coded improperly.
If this is the case, please leave a commend telling me this did not work, and post the code that you're using, and I can take a look at that when I have the time.