Need Help With Vectors

Basically, I want to add/subtract the Y Coordinate from the player’s eye position. I want to place an effect at the chest location of the hero they’re playing (approximatley), so basically just need to do y-2 or y-whatever. Any idea on how I can do this?

Create the Effect at the Position
Eye Position (Event Player) - Vector(0,2,0)

But keep in mind that the Eye Position depends on the Character being played by the Player.

1 Like