i've been stuck on this prompt for 3 days now, whenever i try to code a proximity prompt to open a gui, it will open it the first time, but then make it invisible the rest of the times, am i doing something wrong? it enables the visibility of the gui in PlayerGui when triggering the prompt.
code here:
script.Parent.Triggered:Connect(function(plr)
plr.PlayerGui.LockerUI.MainMenu.Visible = true
end)
** You are now Level 2! **