#Enabled doesnt work
1 messages · Page 1 of 1 (latest)
i assume you using Startergui instead player.Startergui?
wait, thats the code: local noob = script.Parent local prox = noob.ProximityPrompt local startergui = game.StarterGui local screen = startergui.ScreenGui screen.Enabled = false prox.Triggered:Connect(function() screen.Enabled = true end)
but even when i click on enabled it doesnt work