Hi Matt,
I am using a classic mmo style control setup for my game, and I was wondering what you would recommend me doing to make a skillshot that is created at the location of the mouse cursor, mainly regarding the targeting. I have already made a system that creates a decal of the size and shape of the ability I want to cast, and the original idea I had was to basically pass the location of the decal when the player left clicks to the Able Ability, then the ability casts at that location and damages targets based on a collision query. I feel like I am over-complicating this, Is there a better way you can think of that I could do this?
Also, thank you for putting the time into making this plugin, it has been very useful for me so far
I am using a classic mmo style control setup for my game, and I was wondering what you would recommend me doing to make a skillshot that is created at the location of the mouse cursor, mainly regarding the targeting. I have already made a system that creates a decal of the size and shape of the ability I want to cast, and the original idea I had was to basically pass the location of the decal when the player left clicks to the Able Ability, then the ability casts at that location and damages targets based on a collision query. I feel like I am over-complicating this, Is there a better way you can think of that I could do this?
Also, thank you for putting the time into making this plugin, it has been very useful for me so far

Comment