Hi!
I needed to disable the character, but for characters there no .Visible option.
Basically, I need to make character non-clickable and non-visible to play one object animation (character lying on sofa).
You can use cNpc.y = -1; to move them off-screen.
Or set .Transparency to 100 and .Clickable to false.
Putting off-screen look like easy solution! This is literally the very last difficult part that kept me from finishing the demo (not counting the sound design)
Thank you again, Khris.