So I tried to search this question but can’t find anything. Here is my code:
So the size of the part is 4, 1, 2 and I want to check if that is true by writing a code. How do I fix the code in the picture shown above?
So I tried to search this question but can’t find anything. Here is my code:
So the size of the part is 4, 1, 2 and I want to check if that is true by writing a code. How do I fix the code in the picture shown above?
Put “local” before “Part” since you are referencing a variable.
Change size to “Size”
I just capitalized it and it still shows an error.
I did that and this is the error btw
yep
Instead of Vector3, do Vector3.new(your size here)
OH it works now when I put .new after Vector, thanks a lot!
(I thought that you only use .new when changing the size not checking it but now I know!)