Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
VexTrex edited this page Sep 9, 2020 · 1 revision

Description

Unbans the user from all servers.

Parameters

Name Type Default Description
Player String/Number The username/ID you want to unban.

Responses

Name Type Description Solution
User argument Missing Error There is nothing listed for the user argument Insert the username/ID
Error finding username of userID Error Failed to receive or send the user ID of the username at Roblox Check network and retry
Error finding user IDof username Error Failed to receive or send the username of the user ID at Roblox Check network and retry
User is not a valid argument type Error The argument placed for the user parameter is not a number or string Insert a valid argument
Error calling data stores Error A request sent or received from Roblox data stores failed Check network and retry
Error checking if user was banned Error Could not check if the ban was stored in data stores Check network and retry
Error unbanning user Error The ban could not be stored in the data stores Check network and retry
Username (User ID) was unbanned Success The user was unbanned and can join the game
Username (User ID) is not banned Success The user was not banned already
Clone this wiki locally