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.
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
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!