Hello. I have seen the invite button in fisch, so i tried to remake it for my game. But if You use SocialService, the invite prompt will look like this
If you can’t see the 2nd image it’s just invite gui that prompts if you invite someone from roblox menu instead of the game prompting it to you (idk why it didnt upload lol)
Hello there, it is actually quite simple to make this specific menu appear.
As stated in the documentation you will be required to use SocialService:PromptGameInvite(Player) to open up the menu. You can do the api call from both the server and a client.
Edit: My bad I misunderstood your question I’ll let you know if I’ll find a solution