#Why isnt text changing
12 messages · Page 1 of 1 (latest)
Please send the script itself
However, you've likely just referenced the GUI instance as a descendant of StarterGui and not the local player's PlayerGui folder
its complicated but this should be enough i guess
i tried it with plyerGui it still does nothing
@kindred heron
if you initialize the
textlabel variable as script.Parent it’ll autoload into the playergui
and the script will too
so it doesnt matter if you do
HotbarGUI = game.Players.LocalPlayer.PlayerGui.BlahBlah
or
HotbarGUI = script.Parent
anything in startergui is replicated anyways so it doesnt matter
So how do i fix it