LOADING...
// Roblox Ranking Infrastructure

Your Group.
Your Rules.

Connect your Roblox bot account and get an API key to rank, exile, and manage players directly from your game server.

Welcome back, โ€”
// rankportal dashboard ยท manage your roblox api key
API Key Management
โš ๏ธ Use a dedicated bot account โ€” never your main. The cookie grants full account access.
๐Ÿค–
โ€”
Roblox ID: โ€”
ACTIVE
โ€”
LUA โ€” paste into your Roblox RankConfig script
local RankingService = require(game.ServerStorage.RankingService) local ranking = RankingService.new( "rsp_...", "https://YOUR-SERVER.up.railway.app" ) _G.Ranking = ranking _G.GROUP_ID = 12345678 -- your group ID
0
REQUESTS
โ€”
CREATED
โ€”
UPDATED
// Disconnect bot and remove key
Available Endpoints
MethodEndpointParametersDescription
POST/roblox/setRankgroupId, userId, rankSet a player's rank number
POST/roblox/exilegroupId, userIdRemove player from group
POST/roblox/handleJoinRequestgroupId, userId, acceptAccept or deny join request
POST/roblox/shoutgroupId, messagePost a group shout
POST/roblox/getRankgroupId, userIdGet player's current rank