secureservice
v2.5.0
Published
secureservice package is a Roblox ranking API based on the SecureService Rannking systems, with this you can make your own bot and more!
Downloads
3
Readme
SecureService
ABOUT
Secureservice package is a Roblox ranking API based on the SecureService Ranking systems, with this you can make your own bot and more!
PREREQUISITES
- node.js
INSTALLATION
# Run this to install the package to your local bot.
$ npm i secureservice
# Run this to instead install the module globally so you can use it anywhere.
$ npm i secureservice -g
BASIC USAGE
var ranking = require('secureservice');
ranking.promote('key',812436703, GROUPID)
ranking.demote('key',812436703,GROUPID)
ranking.setRank('key',812436703,10,GROUPID)
ranking.shout('key','HELLO PEOPLE!',GROUPID)
ranking.joinrequest('key',812436703,true,GROUPID)
ranking.exile("key", 812436703, GROUPID)