#Trying to make my Overheadgui text change
46 messages · Page 1 of 1 (latest)
im trying to rename Niko Adams
to Asu
any help guys
?
this is where my text label is
for the niko adams text
i really need some help
local player only works in local scripts
i got u
and server storage is only accessible by server scripts
aye fruck off perforate
this all mine
ok
go cowboy
🥰
i just need a new code for it that will work
my first help lemme cook
ok
lemme make a new code
ok
server storage is not accessible from the client (LocalScript). If you want the gui to be updated, the gui element must be in a location accessible to the client, like playergui
you picking up what im putting down?
im not really a coder so
local player = game.Players.LocalPlayer
local gui = player:WaitForChild("PlayerGui"):WaitForChild("PName")
if player.UserId == 3103801438 then
gui.TextLabel.Text = "Asu"
try that
and where do i put the
gui
now
?
@heady thunder
help me
he n ot good
he not cook
HELP
...
@heady thunder
is this in a localscript or serverscript
if you intend to name your character "asu" for the server, you can't use local player on a server script