Any one know how I would go about making bullets spawn

i want them to spawn at specific points on the unit but i cant get it to work

1 Like

this is what i originaly tried

1 Like

What do you mean you want it to spawn on specific points on the unit? Looks like in your script you want to spawn it 3 pixels to the right and 3 pixels above the unit. It should work, just make sure you set your projectile to not destroy on contact with units because if a projectile spawns on a unit it might get destroyed immediately. Also make sure you connected this script to a keybind since you’re using last ability casting unit

1 Like

alfaPHENEX asking for help? This is amazing :rofl:!

1 Like

belive me i tried it keeps spawns way to far away and the bullets spawn on top of each other

1 Like

yo you ask for help constantly

1 Like

I know, but you’re pretty good at modd.io programming. That’s why I think it’s amazing.

1 Like

You put y: ((( x-coordinate of ( position of ( last ability casting unit ) ) )), don’t you mean to do this? y: ((( y-coordinate of ...

1 Like