TroubleshootingFix Script Errors
Troubleshooting

Script Not Running

Resolve issues when your Dreamscript script fails to run.

Symptoms

  • Script does not execute
  • Red error alerts in the editor

Common Causes

  • Syntax errors
  • Unsupported functions

Quick Fix

Check syntax

// Look for red underlines or parser errors
function hello() {
  print("Hello, world!")
}
hello()

Review documentation

Ensure all used functions are supported in Dreamscript.

Was this page helpful?
Built with Documentation.AI

Last updated 1 week ago