Platformer shooter

Hello, i need help with my platformer.
So i made my character shoot but it dosent shoot by the gun and i dont know how to fix


here is the code.

It’s because you’re creating the bullet at

arm.PointX(“shoot”), arm.PointX(“shoot”)

instead of

arm.PointX(“shoot”), arm.PointY(“shoot”)

(Beware the copypaste! UhhHhhHhh!).

Oh i didnt notice that! Thank you!