API
Using the API
local API = game:GetService("ServerStorage"):WaitForChild("easyRanking")Examples
Promote
API:Invoke("Promote", {
UserId = 1234567890, -- Target user id
ModId = 1234567890, -- Moderator user id
ScaleCode = "SC", -- Optional
})Demote
Return format
Successful
Failed
Last updated