Need help with mini menu errors

Hello. I am making a clicker game, and something is causing an error. I am using the extension, arcade-mini-menu as the game menu. I will provide an image below
image

5 Likes

Is shop menu there when the code runs?

1 Like

Maybe itโ€™s because youโ€™re using game update without any condition and so when the game starts it will try to find the shop menu but it was never created.

1 Like

I believe the selection variable is supposed to be in the if block instead of selection index

1 Like

you can put a โ€œon update time(num)โ€ block to have a delay of 0ms
thats one thing wrong here

2 Likes