Skip to content

Skript Errors

John Heikens edited this page Jun 12, 2024 · 5 revisions

Indentation

https://skripthub.net/tutorials/33

Nest

nesting is putting something inside something else, braces in this case.
wrong braces: [(] the ( doesn't have a closing charachter!
good braces: [()]

Performance

Braces

somehow adding extra braces around statements can greatly decrease your performance. please remove them where possible.

Braces

No matching

Unmatched

Can't understand this line

this error message might mean various things. somehow it can't recognise any effects in the line you coded. that might mean you:

  • wrote something which isn't normal syntax
  • have an addon which is not added to IntelliSkript yet (please visit our discord)
  • used the wrong amount of indents so your line is in a different section

Clone this wiki locally