Run time error -Cannot find component GlobalFriesAmount


i get this error and i dont understand why i suspect the problem is within this code

but im not sure can anyone help?

(Canned Reply: ABG- Export & Upload .aia)
Export your .aia file and upload it here.
export_and_upload_aia

whoops forgot to do that sorry here
FriesClicker (1).aia (1.8 MB)

This might be a timing problem caused by switching screens while Clock Timers are still running.

Try disabling Clock Timers before switching Screens.

Also, you must close screens as often as you open them, to avoid overflowing memory.

P.S. All your TinyDBs are running in the same Namespace (TinyDB1). But since you use different tags, it does not matter yet.