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

I need help with a custom name tag?

Asked by 6 years ago

So, basically I need a custom name tag for lvls it's linked to a leaderboard I just need help starting the script.

1 answer

Log in to vote
0
Answered by
GingeyLol 338 Moderation Voter
6 years ago
local nametag = script.Parent --should be a textlabel
nametag.Text = game.Players.LocalPlayer.Name

--you said "custom name tag" so :)

Ad

Answer this question