Report Abuse Event?

I think I can recall an event that is fired when a user uses the roblox report system? I searched the whole RobloxDev api, but I couldn’t find anything. Can someone please confirm I’m not getting mixed up with Players:ReportAbuse() and this theoretical event.

1 Like

Is this what you’re looking for? Players:ReportAbuse


It doesn’t seem to be usable in a practical basis however.

2 Likes

@uJordy That’s a function, not an event.

The event you’re looking for doesn’t exist. Even if it did, it would be an internal that can’t be accessed by developers and has no real use either.

2 Likes

Hmm it must’ve been a dream. I’m pretty sure I thought there was a report event that returns the contents of the report.

The only actual thing I’ve found after scavenging all API members is the aforementioned ReportAbuse event. The rest of it is internal. I’m willing to bank on the fact that ReportAbuse itself is internally a web call.

Is there any reason why you were looking for such an event? I don’t think, like uJordy said, there would be any practical use for being able to access report data. I’d assume that can’t be given out for security and privacy reasons as well.

1 Like

Since I thought that there was a report abuse event, I was gonna hook it up to my feedback system so I could catch abusers and investigate myself since it’s my game.

Edit:
But you have a point with privacy. I guess I’ll just have to make my feedback gui more exposed.

Might of thought it was the event I shown above I guess.

Edit: You may of got it mistaken for the event

1 Like