Block that can shoot projectiles? help

I was wondering if there is a way to basically make a object/block that can shoot something like a missle or something, and it would conflict damage onto the player if the player got hit with it. Help would be appreciated! :slight_smile:

hook a once to a timer, set the timer, and then put it into an emit and choose what you want to emit and such. works on any block

Also, put the “Dangerous” bundle and set the “Collision” included in it to your player’s name on the emitted object’s behavior.

thanks, i’ll try that out!

I’ll use it too! Thanks :slight_smile: