Is it possible to make a crosshair UI into 1 number?

if it is possible, how would I make all 4 crosshair frames into 1 number

image

image

Basically like this : crosshair.Size = 4 (no, it would not change the size of the actual crosshair, just the position and how far away the crosshair lines are)

i have no idea where to start, ive seen the fe gun kit local script and seen that it is possible, but i dont understand how it works.

1 Like

Put everything under 1 frame and then you can size that frame accordingly, also put the anchor point of the frame to 0.5,0.5 so it sizes accordingly to the middle
make a variable for the Original size, and then multiply that with crosshair.Size
good luck!