The documentation for AACS and the CodeEditor.
Fades in a character.
| Name | Type | Description | Required | Default Value | 
|---|---|---|---|---|
| Delay | Number | The amount of miliseconds it takes to fade in the character. | ✓ | 1000 | 
| Position | String | The name of the position used in LoadCharacter. | ✗ | “Center” | 
1:  FadeInCharacter:[3000];
2:  FinChar:[-];
3:  FadeInCharacter:[1500|"Left"];
4:  FinChar:[-|"Right"];
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.