local plr = game.Players.LocalPlayer
local gui = Instance.new("ScreenGui", game.StarterGui)
local test = Instance.new("TextLabel", gui)
test.Text = "Welcome"..plr.Name.."!"
0
You can test any questions you have in roblox studiosJustinWe12723— 3y
0
?? if u want it to show right away do Instance.new("ScreenGui", player:WaitForChild('PlayerGui')) otherwise everything should work?BulletproofVast1033— 3y