Noblox Shout Command code example
Example: Noblox Shout Command
const noblox = require("noblox.js")
// Login using your cookie
noblox.shout(1, "Hello world!")
const noblox = require("noblox.js")
// Login using your cookie
noblox.shout(1, "Hello world!")