DOCUMENTATION: Remove unnecessary br tag in scripts.md (#2204)

This commit is contained in:
catloversg
2025-06-15 01:16:25 +07:00
committed by GitHub
parent 70ae3bb38b
commit 78e3380b0a
-2
View File
@@ -70,8 +70,6 @@ In that case you would want to write your script in a never-ending loop, like `w
However, if you are not careful, this can crash your game.
If the code inside the loop doesn't `await` for some time, it will never give other scripts and the game itself time to process.
<br />
To help you find this potential bug, any `while (true)` loop without any `await` statement inside it will be marked.
A red decoration will appear on the left side of the script editor, telling you about the issue.