Ability to open the player report menu by code

I’m creating player profile UI in my game and I want to add a button that opens the player report menu:

I believe that because this is built into my game and in a feature that will be used a lot, it would make reporting player abuse even easier than using the Roblox menu.

We can already prompt to block players using StarterGui:SetCore("PromptBlockPlayer", Player), so having a similar method such as StarterGui:SetCore("ReportPlayer", Player) would almost go hand in hand :smile:

9 Likes

Might be this one

Or this one…

Hell, even this one:


Point is, they’re all unusable.