#TSU: show = false "not working"
4 messages · Page 1 of 1 (latest)
You can format your code to be much more easy to read using Discord "markdown" formatting:
```Lua
--CODE HERE
```
• ` these are "backticks", usually to the left of the 1 key, not apostrophes.
• If in doubt copy paste the above and add your code
• Bonus point available for using syntax highlighting:
◘ Using the name of the language you're using after the backticks provides syntax highlighting.
◘ "Lua" is the language used in WA custom code blocks.