The documentation for AACS and the CodeEditor.
Fades out the screen (meaning, character, foreground AND background).
| Name | Type | Description | Required | Default Value | 
|---|---|---|---|---|
| Duration | Number | The amount of miliseconds it takes to fade out the scene. | ✓ | 1000 | 
| Color | String | The color (in hex format) the screen should fade to. | ✗ | “#000000” | 
1:  FadeOutScene:[2500];
1:  FoutScene:[-];
1:  FoutScene:[-|"32A852"];
If you pass an empty parameter as Duration, it will default to one second (1000 miliseconds).
The minimum is 10 miliseconds. If you use a value lower than 10, it will be considered as 10. The only exception is 0 miliseconds, which are treated as instantly.