From 8eda6def62f63d977e4ad78a7c5631f2d61943c7 Mon Sep 17 00:00:00 2001 From: Neztore Date: Thu, 1 Aug 2024 23:49:15 +0000 Subject: [PATCH] deploy: b9c62855721d79aad409bb2a6a1dfada7a206cc9 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 402fe6454..82e0e11bb 100644 --- a/index.html +++ b/index.html @@ -185,7 +185,7 @@

A Node.js wrapper for interacting with the Roblox API; forked

About

noblox.js is an open-source Roblox API wrapper written in JavaScript (with TypeScript compatibility) as a fork from sentanos's roblox-js module.

-

This NPM package enables operations froms the Roblox website to be executed via NodeJS; many individuals leverage noblox.js along side Roblox's HTTPService to create in-game scripts that interact with the website, i.e. promote users, shout events, and so on, or to create Discord utiltiies to manage their community.

+

This NPM package enables operations froms the Roblox website to be executed via NodeJS; many individuals leverage noblox.js along side Roblox's HTTPService to create in-game scripts that interact with the website, i.e. promote users, shout events, and so on, or to create Discord utilities to manage their community.

If you are looking for more information on how to create something like this, check out our sister library, noblox.js-server or our YouTube series. Keep in mind that these resources may not always be up to date, so it is highly encouraged that you learn to use the noblox.js library directly.


Prerequisites