I'm making a script to change a textlabel on a gui to the Player's name:
local PLR = game.Players.LocalPlayer
function onPlayerAdded(player)
PLR.PlayerGui.Playerlist.Player_Frame.Playername.Text= "plr.Name"
end
When I run the game, nothing happens, nothing appears on the output.
Anyone can help? |