JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q28261F
  • License MIT

This package made by fedee#9606 this a roblox API you may use it for your verification or something if you use our package give us credit <3.

Package Exports

  • funblox.js
  • funblox.js/lib/index.js
  • funblox.js/lib/index.mjs

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (funblox.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

FunBlox

We are a roblox API wrapper on development! (Contact us : fedee#9606 / DogeFlexJosh#0656)

Project Information

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.

CircleCI FOSSA Status NPM package

Instructions

npm i funblox.js

setCookie

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)
})

Promote

const roblox = require("funblox.js")

roblox.promote(groupid, "username", newrank).then(res => {
    console.log(res);

}).catch((err) => {
    console.log(err)
})

Demote

const roblox = require("funblox.js")

roblox.promote("groupid", "username").then(res => {
    console.log(res);

}).catch((err) => {
    console.log(err)
})

setRank

const roblox = require("funblox.js")

roblox.setRank("groupid", "username").then(res => {
    console.log(res);

}).catch((err) => {
    console.log(err)
})

getUser Info

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)
})

getPlayerThumbnail

const roblox = require("funblox.js")

roblox.getPlayerThumbnail("user_id", "size", "format", [isCircular (false, true)]).then(res => {
    console.log(res);

}).catch((err) => {
    console.log(err)
})

getUserFavoriteGames

const roblox = require("funblox.js")

roblox.getUserFavoriteGames("user_id").then(res => {
    console.log(res);

}).catch((err) => {
    console.log(err)
})

getUserBundles

const roblox = require("funblox.js")

roblox.getUserBundles("user_id").then(res => {
    console.log(res);

}).catch((err) => {
    console.log(err)
})

getUserRank

const roblox = require("funblox.js")

roblox.getUserRank("groupid", "userid").then(respon => {
    console.log(respon)
}).catch((err) => {
    console.log(err)
})

getGroup Info

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)
})

getCategories

const roblox = require("funblox.js")

roblox.getCategories().then(res => {
    console.log(res);

}).catch((err) => {
    console.log(err)
})

getFavoritesOfBundle

const roblox = require("funblox.js")

roblox.getFavoritesOfBundle("bundleId").then(res => {
    console.log(res);

}).catch((err) => {
    console.log(err)
})

getFavoritesOfItem

const roblox = require("funblox.js")

roblox.getFavoritesOfItem("itemId").then(res => {
    console.log(res);

}).catch((err) => {
    console.log(err)
})

Package information

Package information
Maintained
Active Support
Developers @fedeetide, @Joshuadl12

License

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.

FOSSA Status

More Coming Soon...