DELAY TEXTURE CHANGE 3 sec before function execute
please assist me as i need to delay 4 sec before an code execution happened and back again to its origin.
Example :
var time = getTime();
i can't reset time like time.reset or time = 0; or even to make an if condition (time >=3) script doesn't give error but ignore the code. ?? any idea or help please i have been trying for more than 5 days and i tried most of the Behavior script event types.
The Delayed Callback Event might be what you need if you are writing your own script. https://lensstudio.snapchat.com/api/classes/DelayedCallbackEvent/