3.) Enter a project name, and then click next!
4.) Now select Roblox API
5.) Now enter your Ranking accounts Roblox token, in Roblox User Token box. To get your token follow the guide below!
6.) Now click download the code snippet, this will automatically add your API key and Project ID, you can open this in notepad or go to Roblox and right click on ServerScriptService and select Insert from File and insert it!
Get Roblox Login Token:
Roblox tokens are what unlocks an account, they allow users to spend your Robux, trade your items and edit your games! Please always use a alternate Roblox account and never share your token! If you know what you are doing please continue the guide below:
NOTICE: You will need to use a VPN set to London due to Roblox's Continent lock with Cookies. You should use an incognito browser and then close the browser rather than logging out.
WARNING: You should not use your personal Roblox account for the bot. You should use an alternate which you do not use.
Click the padlock on the address bar!
Then click Cookies:
image
Find this cookie:
Select all:
And then copy the cookie into Rovolution Logistics!
Using the API Wrapper:
Example code:
Current wrapper functions:
The wrapper exposes 5 functions, we aim to implement more.
-- Example using the Rovolution API --
local Rovolution_Module = require(9520664531).default -- Default because of the way the wrapper is written
local ProjectID = "TEST_PROJECT_ID"
local API_KEY = "TEST_API_KEY"
local API = Rovolution_Module.new(ProjectID, API_KEY)
-- Now we can talk to the API
-- For example promote a user
local groupID = 7535264 -- Rovolution Group
local userID = 3152860974 -- A test account
API:PromoteUser(groupID, userID)