Here are some developer resources I rely on when I prefer not to use Studio (These are not my own) - TNolan01
Learning & Documentation
- Roblox Creator Documentation – Official guides on scripting, design, and best practices that I really enjoy using.
- DevForum – The primary hub for developers to ask questions and exchange knowledge.
- Roblox Lua Style Guide – Guidelines for writing clean Lua code.
- Luau (Roblox Lua) Documentation – A reference for the modified Lua utilized in Roblox.
Tools
- Rojo – Sync external code editors with Roblox Studio.
- Wally (Package Manager) – A package manager.
- Roblox-TS – TypeScript support for Roblox development.
- RbxRefresh – Automatically refresh scripts in Studio from an external editor.
Asset Creation
- Blockbench – A free 3D modeling tool for Roblox meshes.
- GIMP / Photoshop – Free image editing for textures / Audacity – Free audio editing for custom sounds.
- Blender – Advanced 3D modeling for custom assets.
Script
- Luau REPL – Test Lua code snippets directly in your browser.
- Roblox Lua Unit Testing (TestEZ) – A framework for testing Roblox scripts.
Analytics Monetization
- Roblox Developer Dashboard – Monitor game performance and earnings.
- Roblox Economy API Docs – Discover more about monetization.
Community Inspiration
- Roblox DevHub – The official blog and updates.
- Roblox API Dump – A JSON dump of the Roblox API for reference.
- Roblox Open Cloud Docs – Learn about cloud-based automation.
Wishing you an amazing day and happy developing!