Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to check frame size? Seems like this doesn't works

Asked by 4 years ago
if not fill.Size >= (0.998, 0,1, 0) then

i want to check if frame size is right, but idk how to, tried this but it gives error at ","

1 answer

Log in to vote
2
Answered by 4 years ago
if not fill.Size >= Vector3.new(0.998, 0,1, 0) then

You need to tell the script that its a vector3 value

Ad

Answer this question