I tried using this script:
gui = PATHTOGUI game.Players.PlayersAdded(function(player) gui.Text = Player.Name end)
But I cant find the error in it.
gui = PATHTOGUI game.Players.PlayerAdded(function(player) gui.Text = player.Name end)
Try that.