#How do I change text label's text to IntValue value

6 messages · Page 1 of 1 (latest)

lilac falcon
#

The text doesn't change

fading pivot
#

is there any errors?

crisp tundra
# lilac falcon The text doesn't change

you have the get the plrgui, not the startergui. Do this instead ```lua
local plr = game.PLayers.LocalPlayer
local gui = plr.PlayerGui
local txtDate = gui.Stats.frmDate.txtDate

spice slate
#

Bruh```