problem lines with the property.value line in this block of code:
local Properties = {HeadScale,BodyDepthScale,BodyWidthScale,BodyHeightScale}
repeat
wait(0.01)
for _ , Property in pairs(Properties)do
Humanoid[Property].Value = Humanoid[Property].Value + 0.2
end
until
Humanoid.BodyWidthScale.Value >= 6
```
What is causing the error?