I want to do this but with js.
This is the type of code that i'm trying to do
const char = runtime.objects.Character.getFirstInstance();
char.behaviours.Flash() ???
setTimeout(() => {
char.behaviours.Flas.StopFlash();
}, 300)
Develop games in your browser. Powerful, performant & highly capable.