How to make object emit towards mouse?

This is an incredibly simple question that for some reason I can’t remember for the life of me how to do. I want to emit an object towards the mouse, how do I get the angle to emit it at? I know, simple question, idk how I forgot

1 Like

I’m not exactly sure what you mean, but in CubeTales 2 I think I made the laser gun do something like this. Try going into Forge and adding the “laser gun ground” object into the level from the library and then test it. I will do this as well.

1 Like

Use JR_01’s angle to bundle with mousemove x and y going into it then put the output angle into the emit (angle) input.

3 Likes

Use the AngleTo bundle with what @Galactian just said.

2 Likes