RobloxScripterAI
Discord ↗
Link Copied to Clipboard
×
"make a script for a textlabel that identifies the player"
-- local script local Players = game:GetService("Players") local player = Players.LocalPlayer local nameLabel = script.Parent nameLabel.Text = "Player: " .. player.Name