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

Changing my name to The owner in the player list?

Asked by 10 years ago

hi i would like to no how to change my name in the leaderstats to the owner ive being trying really hard can someone plz help me

1 answer

Log in to vote
1
Answered by
duckwit 1404 Moderation Voter
10 years ago

I'm not aware of any officially provided functionality to do this - leaderboard names are tied to their actual player names.

What you can do is construct your own leaderboard using a GUI and then hide the default one (for each player, in a LocalScript) using:

game.StarterGui:SetCoreGuiEnabled("PlayerList",false)
0
ok thx jls12345678 0 — 10y
0
Don't forgot to mark an answer as the approved one when you're done with a thread ;) duckwit 1404 — 10y
0
k jls12345678 0 — 10y
Ad

Answer this question