Whitelisting
Manage temporary exceptions for players across various anticheat modules.
Exports need to always be invoked on ElectronAC, even if you renamed the resource.
Server-side
These exports are server-side only.
Temporarily Whitelist Player
Grant temporary exceptions to specific players for certain anticheat modules.
exports["ElectronAC"]:tempWhitelistPlayer(source, module)Prop
Type
Remove Temporary Whitelist
Remove a previously granted temporary exception from a player.
exports["ElectronAC"]:tempUnWhitelistPlayer(source, module)Prop
Type