But instead of clicking the specific person on the player list tab, I wanted to make it so when you are close to a player you have the option to view their “Achievements”.
The issue is, I don’t know how I should be able to code this by myself, since I am very new at scripting.
I have tried to code it already but, I didn’t get very far and don’t seem to understand how the person should be able to view an individuals Achievements.
I have tried looking for solutions on the Developer Hub, but is seems like there is not a solution to my issue.
First you need to learn how datastores work and how to use them (otherwise you won’t even be able to show data) and then just hook it up to the GUI using a remote event to send their data over when it’s requested
I think there is something that is called the BadgeService which can be used to check if a player has a badge, if the badge is enabled, badge rewarding, and all of the info (badge name, description, if it’s obtainable, and image) of the given badge. Roblox has their forum and examples you can check here.
Yeah but that’s if he’s only showing badges. The image he sent only includes data with numbers. It’s still an important thing to learn anyways, so I wouldn’t move away from it
Then you wouldn’t need datastores. I’d grab all the players badge data when they join and then send it out when needed so you don’t make a bunch of API requests