How to Improve Speed?

The following is a project i’ve been working on, but it’s crazy laggy.
Is there any reason or am I just using a lot of code?
How can I make it run faster?

https://x.thunkable.com/projects/60ff157642581c02048dd5e0/99b9282e-713d-409e-814b-e5817867a681/designer

I didn’t know you could have that many “When Canvas 1 loads”.

:neutral_face:

This may be the problem.
Having multiple events fire at the same time Will cause lag.
I recommend using only 1 event hat and put your code there.

the issue is that some things use timers, so I can’t really combine them