How to make custom invite friends gui?

I’ve read dozens of posts about invite friend gui and I didn’t find how to make a custom one.
I know this is a possibility because the game The Presentation Experience has a working custom invite friends gui:

I’m wondering how they made it. If you have any idea, please let me know.
Thanks.

4 Likes

You can create your own ui which utilizes ExperienceInviteOptions.InviteUser to prompt a specific player to be invited… This will remove the default roblox invite player list (shown below)

Instead, use :getFriendsAsync() to populate a custom guide, and have the invite button call promptGameInvite() to invite a specific player

5 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.