#Enabled doesnt work

1 messages · Page 1 of 1 (latest)

hard heath
#

so i have an npc that when u click e on it should open a gui but for some reason, even when i do screengui.Enabled = true, it doesnt work, some1 knows why?

unreal kestrel
#

i assume you using Startergui instead player.Startergui?

hard heath
#

but even when i click on enabled it doesnt work

flat skiff
#

yeah

#

you are editing startergui

#

not playergui

#
local plr = game:GetService("Players").LocalPlayer
local plrGui = plr.PlayerGui
#

dont edit startergui as it doesnt work on the players client

#

i ran into the same issue when i started