game.Players.PlayerAdded:connect(function(player) local pname = player.Name player.PlayerGui.ScreenGui.Frame.TextLabel.Text = "Welcome to the game"..pname.."!" player.PlayerGui.ScreenGui.Frame.Active = false end)
Error:
ScreenGui is not a valid member of PlayerGui
So what your basically trying to do is make this a welcome gui when the player join the game?