Feedback on the prototype that i made for the arcade machine on my game

1 Like

You can definitely improve it, make different items than just the tacos, have them actually come out of the clouds, and in the ScreenGui properties enable IgnoreGuiInset :slightly_smiling_face:
Maybe a background could help?

1 Like

I think you could add in a feature that allows the player to hold the key Z and C to move the character left or right respectively.

1 Like

yup all the icons there came from google and i didn’t put designs becuz i was just expermenting how to do it and how to make it work, then ill do it on the real arcade machine on my game but thanks for the feedback : )

1 Like

Yes i was thinking about that one but i used context action service so its applicable for mobile devices i wonder how i can make that feature does context action service have mousebutton1 down and up event?

so when players pressses it will set a bool value to true then it will constantly fire the function until the player releases the key and it will se the bool to false.

I always used userinput service when it comes to keybindings but i want to use c a s so everyone can play it thats why i dk how to implement hold system