Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.
Merged
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
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@

---

# ⚠️ 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 Down
Loading