Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@

---



# ⚠️ Deprecation Notice
As of 29 March 2026, noblox.js is no longer maintained. This library is deprecated and will not receive further updates, including bug fixes or support for new Roblox API changes.
We have a few recommendations for alternatives:
- If you only need OpenCloud endpoints, [relatiocc/opencloud](https://github.com/relatiocc/opencloud)
- For a more fully featured library, written in typescript: [rozod](https://rozod.alrovi.com/)

Existing versions will remain available on npm, but may break as the Roblox API evolves.
Noblox.js and noblox.js-server are now deprecated, effective immediately. You should not create new work using these libraries, and where possible you should move off them to other ones.

Thank you for being a part of our community, and I hope that the library was useful to you.


---

## About

`noblox.js` is an open-source Roblox API wrapper written in JavaScript (with TypeScript compatibility) as a fork from sentanos's <a href="https://github.com/sentanos/roblox-js"> roblox-js module</a>.
Expand All @@ -34,7 +50,6 @@ This NPM package enables operations froms the [Roblox website](https://www.roblo
If you are looking for more information on how to create something like this, check out [our sister library, `noblox.js-server`](https://github.com/noblox/noblox.js-server) or [our YouTube series](https://www.youtube.com/playlist?list=PLEW4K4VqMUb_VMA3Yp9LI4gReRyVWGTnU). 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.


Note: We use the semantic release plugin. You should treat npm as the source of truth regarding package versions - the package.json version in this repository will not be up to date.
---

## Prerequisites
Expand Down
Loading