Reputation System
Zyntex’s reputation system is designed to help game developers identify problematic players before they become a significant issue.It tracks player behavior across all Zyntex experiences, allowing you to take action based on their reputation.
Plan limits
To ensure the integrity of the reputation system, we have set limits based on your plan.- Moderations done by games who’s owner is on the Free plan will not be counted towards the reputation system. You can still moderate players, but their reputation will not be updated.
- Only the Standard plans and up will have their moderations counted towards the reputation system, unless the
testparameter is set totruewhen creating a new moderation.
Viewing Reputation
To view a player’s reputation, navigate to the Players tab in the Zyntex dashboard after selecting a game. Here, you can see all players currently in your game.You can filter for players by their username, user ID, and sort them by their last activity, reputation, and more.
Once you find the player you want to view, click on their username to open their profile. Here, you can see their activity, reputation, and other information.
Reputation types
Zyntex tracks reputation in two forms: Reputation and Raw Reputation.- Reputation: This is the player’s reputation as an enum. It can be one of the following values:
clean: This player’s reputation should not be a concern.suspect: This player has caused some concern in games. Deal with them at your own risk.offender: This player has repeatedly caused severe issues in games. They should be avoided.
- Raw Reputation: This is the player’s reputation as a numeric value. It can be any integer between
0and+infinity, and is used for more granular reputation tracking. The higher the value, the worse the player’s reputation is.
SDK Integration
Getting a Player’s Reputation
To get a player’s reputation in the Zyntex Roblox SDK, you can use theZyntex:GetPlayerInfo method. This method fetches player information, including their reputation.
Auto kick offenders
Don’t create moderations in the reputation test
Doing so will inflate the player’s reputation just because they joined your game.Instead, call
Player:Kick without creating a new moderation.