@
Also, now that I can finally use Able, I am not sure where to get started.
I have a third person project, and my character shoots projectiles. I use the camera to do a line trace and then offset the rotation of the projectile so that it travels in the direction of my cross-hair. I was hoping I could move my shooting logic into Able.
Here is the current logic I am using (its not quite complete) but it will give you the gist of what I am trying to do.
It doesn’t seem like I can do this (cleanly) in Able, what do you think?