#Why isnt text changing

12 messages · Page 1 of 1 (latest)

velvet crag
#

You're tunnel-visioning us right off the bat, mate

#

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

kindred heron
#

its complicated but this should be enough i guess

#

i tried it with plyerGui it still does nothing

lilac night
#

@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

kindred heron
#

So how do i fix it