Gui Script Help

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.

Here is some media of what im talking about
robloxapp-20241016-1449446.wmv (1.7 MB)


Screenshot 2024-10-16 144929

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.

1 Like

I was just about to mention that, I have no idea why it looks dodgy, but it does…

Thank you! When i reset or leave the game it stays there!