In-Game Friend System?

I’m trying to create a roleplay game and I want to implement something where you can add a friend in-game (opposed to through actual roblox friends). I’m not sure how to even start going about this and when looking up tutorials I can’t pinpoint one like this.

Ideally, it would be a system where you could open a UI and see a list of people online in the server, and then click on one to add as a friend. Maybe it would highlight there name in-game, or give some sort of marker.

-Not sure if this is possible/a real thing, or if its even allowed!

1 Like

datastore, each player gets a table of friends

wouldn’t this just be a way to save the data of the friends?

Isn’t that your goal? A friend list specific to the game. When someone adds someone else you add each others names to their friend datastores

Oh i understand now. I just need to figure out how to code a “friends list” first.