I am trying to make a 2d shooter game with UIs, the problem I’m facing is when the player presses space, a UI should appear visible and move to the top of the UI without tweens to make a stutter effect.
I am currently on mobile so I don’t have the script on hand with me, thanks.
Okay so let me try this again. There is a frame that is basically the player. The UI moves as a normal player would. When the player presses the spacebar, another frame should become transparent, in this case it is the bullet. The bullet moves up (y axis), without using tweens to create a stutter effect.