NEVER MIND I FIGURED IT OUT I FORGOT TO PUT A + INFRONT OF s.Parent.Name! Thanks for looking!
Player = script.Parent.Parent.Parent.Parent.Character s = Player.Humanoid script.Parent.Text = "Welcome "s.Parent.Name" !" -- I cannot get the Player's Name to show right here in the welcome text what am I doing wrong?