#How do I make a Homing attack? Is it Possible?

1 messages · Page 1 of 1 (latest)

fair trellis
#

I’m making a rpg game with LOADS of weapons, but I have a problem. I can’t make any homing weapons or ability’s! Is there a script or a setting that can allow a bullet to home to an enemy?

flint meteor
#

Like a bullet that targets you

fair trellis
#

Yeah

flint meteor
#

That's easy

molten cosmos
flint meteor
#

Actually nvm I thought it was something else

spring thunder
#

@fair trellis hello hello! basically just make the enemy spawn an object, and it should chase the main player when it starts (when starting: object behavior: chase (target))
of course a damage component too, and for the finishing touches so it actually works yahdahyahdah (when target is hit: object behavior: self destruct) tell me if you need more help