Want to make an object that constantly moves upwards

do you have anything yet? or are you looking for us to create this for you?

add offset in z direction on tick

simple object that is always on the move

1 Like

Either use projectile movement component or set location upward on tick (remember to multiple delta of movement to delta time or else movement speed will be depended on fps)