#gui - coding help
22 messages · Page 1 of 1 (latest)
sorry my bad
code in middle
wot
local blur = game.Lighting.Blur
local poitassium = game.StarterGui.ScreenGui.Frame
local function connection()
blur.Enabled = true
poitassium.Visible = true
end
script.Parent.ProximityPrompt.Triggered:Connect(connection)```\
the problem is youre changing startergui, not the player's playergui
startergui is only a container for the gui the players receive when they join
oh.
** You are now Level 1! **
thanks, i'll see what i can do