8.1.1 • Published 2 years ago

funblox v8.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

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...

8.1.0

2 years ago

8.0.0

2 years ago

8.1.1

2 years ago

5.0.3

3 years ago

5.0.1

3 years ago

2.1.17

3 years ago