Help with Gun Crosshair

Hey DevForum members,

I am trying to make a crosshair for my gun and I am trying to figure out whats the best way to do it.

Current Solution:

Just trying to make 4 frames and align them as best as possible to the middle of the screen.

Problem with Current Solution:

It’s difficult to animate this as I want to because I have to find the correct positions for each time I want to make it expand.

What I am looking for:

I was just curious if there is a simpler and time-efficient way of making this with the desired effect. So that when I sprint the crosshair expands outwards and back in when the user stops sprinting and such.

Example: (Crosshair 13)
image

1 Like

If you set the crosshair’s AnchorPoint to (0.5, 0.5) then it’ll be positioned from its center.

7 Likes