This repository was archived by the owner on Mar 29, 2026. It is now read-only.
v4.8.4: Doc updates, new methods & typing updates
v4.8.4 is a mixed bunch of bug fixes, doc updates, new methods, endpoint changes and typing updates. Exciting stuff!
π We've hit 400k installs. Thanks to everyone that has contributed and helped us get to the milestone tackling the unwieldy Roblox api :)
βββββββββββ
Method Updates
- π Add
getPremium(#273 ) - Upload model now uses a CSRF token, reflecting recent Roblox API changes (#270 )
Bug Fixes
- Update typings for getCollectibles ( #267 )
Code cleanup
- Remove obsolete
postmethod for group wall from typings ( #272 ) - Updated dependencies, mainly eslint related.
Docs
- Added a warning related to the use of setCookie, and not using it's promise correctly
- Removed warning about refreshing cookie from the readme, as we now know refreshing cookies is not required.