Exports
Here you can find FiveSecure exports for developer usage
Overview
Usage
-- [ Server side ]
--- @param playerId integer | The server ID of the player to ban
--- @param reason string | Public ban reason shown to the player
--- @param privateReason string | Internal reason visible only to admins/logs
--- @param note string | Extra context
exports["FiveSecure"]:ban(playerId, reason, privateReason, note)Parameters
Last updated
Was this helpful?