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 want | Where to go |
|---|---|
| Report a bug | GitHub Issues → Bug Report |
| Request a feature | GitHub Issues → Feature Request |
| Read the source | github.com/unofficialrobloxtutor/RoExpress |
| See release notes | GitHub 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.
| Type | Process |
|---|---|
| Bug fix | PR directly | no issue needed for obvious fixes |
| New feature | Open issue → discuss → PR |
| Docs improvement | PR directly (these docs are in the same repo) |
| New example | PR to docs/examples/ | follow existing structure |