Community

Community & Support

Get help, report bugs, request features, or contribute to the framework. All activity happens on GitHub and Discord.

GitHub

The canonical home for RoExpress. Source code, issue tracker, releases, and pull requests all live here.

What you wantWhere to go
Report a bugGitHub Issues → Bug Report
Request a featureGitHub Issues → Feature Request
Read the sourcegithub.com/unofficialrobloxtutor/RoExpress
See release notesGitHub Releases

Discord

Fastest way to get help | post in #roexpress. Also a good place to share what you've built.

Discord invite link coming soon. Check the GitHub README for the latest link.

YouTube

Video tutorials including a full gun framework walkthrough are on the Unofficial Roblox Tutor channel. Subscribe to get notified for new RoExpress content.

Filing a good bug report

Include:

  • RoExpress version (from require(RoExpress).Version)
  • Minimal reproduction script | ideally one server script + one client script
  • What you expected vs what happened
  • Output window errors (the full stack trace, not just the last line)

Contributing

Pull requests are welcome. For anything beyond a small bug fix, open an issue first to discuss the approach. The codebase is pure Luau | no build step required.

TypeProcess
Bug fixPR directly | no issue needed for obvious fixes
New featureOpen issue → discuss → PR
Docs improvementPR directly (these docs are in the same repo)
New examplePR to docs/examples/ | follow existing structure

See also

Guides  ·  Examples  ·  Changelog