Moving bullet using emit

How do I make a bullet move from emit
and since you all will want the link

look in the character object

Make the bullet moveable and change its denstity. Lighter is faster.

I did that now how do I remove the weight that makes it go down

You mean remove the gravity?

1 Like

Thanks

I think he was asking a question.

No

Yeah he reminded me on what to do

1 Like

oh, ok then. welp, see ya!

How do I make it so the player has to forcefully stop to fire a bullet

Collision didn’t work

When x velocity is 0.
Also what do you mean by collision?

Collision for the bullet for damage

But like while they move

Set the bullet object to ‘movable’, then add an Emit and wire its output to the line code that will send a signal to emit the bullet. Now, you just need to set Emit Force to the speed you want and edit its Emit Origin to prevent from player object shoot themself if the bullet can deal DMG to both player and enemy.