Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

i want to put every person name in the start menu?

Asked by 4 years ago
Edited 4 years ago

local plr = game.Player.LocalPlayer script.Parent.Text = "Welcome ".. plr.Name is this script work

1 answer

Log in to vote
0
Answered by 4 years ago
1local plr = game.Player.LocalPlayer
2script.Parent.Text = "Welcome ..plr.Name.."
Ad

Answer this question