Bullet spot doesn't work

I want to make bullets shooting from keneey 's gun. So, I do the exact same from example called bullet and result is not same as example. I already add point for bullet in hit points and add events. But it’s not working. Bullets came from side of player when I shot up and then came from belly when I shot down.

You also need to use the exact same name you gave to the point.
In your event add a create an object action
And for the x position fill in
Gun. PointX(“name of point”)
And for the y position
Gun. PointY(“name of point”)