Need to be able to identify users from a screenshot after group events to give points, so this is essential for my group - no clue where to even start here.
Couldn’t you just set the Player’s Display Name as their Player Object
Name? I don’t think there’s not enough information to specify what you exactly want
So in the default roblox leaderboard it’s currently displaying the display name - but I need their @username
to be able to give out points via our discord bot. I just need the leaderboard to show username instead of display name.
Oh, so it’s done by using an HTTP Request I’m assuming? Could we see the script if possible?
You need a better system. Direct webhook sending in a private channel could work.
It might having something to do with your Discord bot that’s handling/rewarding the points? That might be the only thing I could think of that may be causing that issue
I’m gonna try make a script to send a list of the users and their teams once the event is over.
Do you need help with this at all?
You just need to send a message(thru a discord web hook) that contains the real names of the players into a private text channel only you and certain people can see
I’ll give it a go myself, and let you know if I’m struggling