getGroupInfo

Soblok is an npm package based on Roblox. Soblok uses roblox's APIs to make soblok itself work.

let soblok = require('soblok');

soblok.getGroupInfo(groupID).then(data => {
 // GroupID is the id of the group
 // output is a json
})

Last updated