Im trying to make a script when a player touches this part the gui enables but when you reset or leave, it goes back to being disabled. I’m trying to make it stay enabled permanently but not for the other players until they have touched this part.
Firstly, it’s better to embed your code on the website by using ``` than pasting it as an image.
Anyways…
To stop it disappearing on reset, disable ScreenGui.ResetOnSpawn.
The gui should stay using the code given if you leave but please… ALWAYS WRAP DATASTORE CALLS IN PCALL!
They are known to fail!
Also that weld under the script in explorer looks dodgy. Just sayin.