What type of datatype are InFocusRadius Properties?

I’m absolutely sure it’s not a Vector2 but this is an example
what would I replace Vector2 with?
image

1 Like

oh my gosh I’m overthinking it
I can just put 5;

1 Like

Vector2 is 2 dimensions so you’d need two separate number values.

Vector2.new(0, 5) or Vector2.new(5, 0) depending on the axis you want 5 to be.

The correct value type for the InFocusRadius property is a float however not a Vector2 value.