When a player inputs their custom name into a textbox labeled ‘Enter your name,’ I want to update their username on the game leaderboard to match the input they provided in the textbox. How can I do this?
Are you using like a made game leaderboard?
No, I am using the normal roblox leaderboard
If you are trying to modify CoreGui
, you can’t, like if you are trying to alter Roblox’s PlayerList
, you are unable to edit it
So then I’d have to create a custom leaderboard for it to work?
Here is a youtube video you can use as a guide: Creating a Custom Playerlist
Instead of creating it on the player added, you could have it wait until a function gets sent to create one with the players input.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.