How to effectively ask for help with your Roblox Lua scripts
Imagine messaging a dev with "can I see that code" and then waiting for them to respond before explaining what you need...
This conversation took 6 minutes when it could have taken 30 seconds. The helper had to ask multiple clarifying questions before understanding what was needed.
When you ask vague questions, you're forcing the other developer to stop their work to figure out what you need.
By providing context upfront, you respect the other person's time and make it easy for them to provide the right code immediately.
They could immediately understand the project, the specific script needed, and the game it was from.
When you format your Lua code correctly in Discord using code blocks (```lua), you make it much easier for others to help you.
Properly formatted code has syntax highlighting, is easier to read, and maintains proper indentation.