How do i create something like this?

So, in some games there’s a share button, when you press it, it will show your friend list and then when you selected one of your friend your roblox account will message that friend and saying some automated message such as this:
Somethinggg

currently i have no idea how to make something like this. games like admin simulator also have this feature. so im interested in this automated message, and what kind of functions you use to make this possible.

You can do this using the SocialService:

Here’s a demo place for SocialService Game Invites

4 Likes

Inviting friends is a core feature to Roblox. Anyone can invite a friend via the menu > invite friend. Although we can not control what the message says, we can however prompt an invite friend menu whenever we’d like. Check out SocialService.

1 Like