Problem with my bullets(solved) Now need help with the enemies and health bars.

My bullets go forward like they should but thats all they do, I tried adding a negative number but it then made the character only shoot backwards( this was solved). Here da link https://flowlab.io/game/view/1037383

Hey @“Jason Clever” - just remove the behaviors from your bullet object. The emit block will handle adding some velocity when the bullets are emitted (use the emit force value to adjust).

Ok thx so much.

Would anyone happen to know how to have enemies drop an item after killing them, randomize which item you could get. Also can you make custom health bars or am I stuck with what I got.

Use the emit behavior but put it BEFORE the destroy behavior

nevermind I figured it out