(experience level= 0)
hello, i use
local hint = game.StarterGui.ScreenGui.TextLabel hint.Text = "Let Play"
But it doeset work... it did work for like.. 2 times, but now it doesent work do i need to change a setting in TextLabel? also, the script from before its in workspace.
before, i used a Board that was in workspace and it work, but now i want the text to be on screen,i tryed 2 YT videos, but i cant figure it out.
Your trying to edit StarterGui, StarterGui is just what gets copied to PlayerGui when a player joins or respawns.
You need to change game.StarterGui
to:
game.Players["PlayerName"].PlayerGui.ScreenGui.TextLabel
if this is a local script and your only changing the current player you can use:
game.Players.LocalPlayer.PlayerGui.ScreenGui.TextLabel
hey you! have you ever heard of enes? if you are in trouble, better call enes!