RobloxScripterAI
Discord ↗
Link Copied to Clipboard
×
"create a script inside a text label that shows the players name"
-- local script inside a TextLabel local player = game.Players.LocalPlayer local nameLabel = script.Parent nameLabel.Text = player.Name