We are a roblox API wrapper on development! (Contact us : fedee#9606 / DogeFlexJosh#0656)
FunBlox is an API wrapper for ROBLOX that was developed at the time with JS after two months it was reverted to a package made with TS, today our developers work to add more functions.
npm i funblox.js
const roblox = require("funblox.js")
roblox.setcookie("_|WARNING:-DO-NOT-SHARE-THIS.--Sharing-this-will-allow-someone-to-log-in-as-you-and-to-steal-your-ROBUX-and-items.|_").then(res => {
console.log(res);
}).catch((err) => {
console.log(err)
})
const roblox = require("funblox.js")
roblox.promote(groupid, "username", newrank).then(res => {
console.log(res);
}).catch((err) => {
console.log(err)
})
const roblox = require("funblox.js")
roblox.promote("groupid", "username").then(res => {
console.log(res);
}).catch((err) => {
console.log(err)
})
const roblox = require("funblox.js")
roblox.setRank("groupid", "username").then(res => {
console.log(res);
}).catch((err) => {
console.log(err)
})
const roblox = require("funblox.js")
roblox.getUser("fede1212156").then(respon => {
console.log(respon)
}).catch((err) => {
console.log(err)
})
const roblox = require("funblox.js")
roblox.getUser("149556783").then(respon => {
console.log(respon)
}).catch((err) => {
console.log(err)
})
const roblox = require("funblox.js")
roblox.getPlayerThumbnail("user_id", "size", "format", [isCircular (false, true)]).then(res => {
console.log(res);
}).catch((err) => {
console.log(err)
})
const roblox = require("funblox.js")
roblox.getUserFavoriteGames("user_id").then(res => {
console.log(res);
}).catch((err) => {
console.log(err)
})
const roblox = require("funblox.js")
roblox.getUserBundles("user_id").then(res => {
console.log(res);
}).catch((err) => {
console.log(err)
})
const roblox = require("funblox.js")
roblox.getUserRank("groupid", "userid").then(respon => {
console.log(respon)
}).catch((err) => {
console.log(err)
})
const roblox = require("funblox.js")
roblox.getGroup("Iron Cafe").then(res => {
console.log(res);
}).catch((err) => {
console.log(err)
})
const roblox = require("funblox.js")
roblox.getGroup("10394589").then(res => {
console.log(res);
}).catch((err) => {
console.log(err)
})
const roblox = require("funblox.js")
roblox.getCategories().then(res => {
console.log(res);
}).catch((err) => {
console.log(err)
})
const roblox = require("funblox.js")
roblox.getFavoritesOfBundle("bundleId").then(res => {
console.log(res);
}).catch((err) => {
console.log(err)
})
const roblox = require("funblox.js")
roblox.getFavoritesOfItem("itemId").then(res => {
console.log(res);
}).catch((err) => {
console.log(err)
})
Package information | ✅ |
---|---|
Maintained | ✅ |
Active Support | ✅ |
Developers | @fedeetide, @Joshuadl12 |
This package is under license (MIT). License description:
A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.