searchGames

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

Example Code:

let soblok = require('soblok');

soblok.searchGames(args).then(output => {
 // Input your code here
 // output is an Array
})

Last updated