Basically I want it so that the tentacled snake shoots out a sprite (that I will make later) at the player and I want it so that it only comes out of a certain spot (the tip of the tail), like how bullets only come out of the barrel of a turret.
Develop games in your browser. Powerful, performant & highly capable.
You've got a couple of examples in C3 that show you turret-style games. Look for Turret Defense or Turret Behavior and examine how they're made.
Add an image point, and spawn a bullet from that image point.
Thank you dop2000, you always help me out so much and the other people helped me out too but I am not used to using turrets and tile maps