Why when I emit an object does it instantly got destroyed?

I have a gun that emits a bullet, when it does the bullet appears for a split second, doesn’t move, then disappears. I cant figure out why?

You have to make the bullet object movable, also, if it gets destroyed to quickly, bump up the time before it gets destroyed in the emit block :upside_down_face:

https://flowlab.io/game/play/1668885, here is the game, IDK why it still isn’t working.

I know why

well, can you tell me?

Its because in the emit behaviour block there is a timer

the timer like it i put the timer to 5 after 5 seconds it gets destroyed
you need to change the time for the emit

(50 is 5 seconds btw)

OH ok