#Help with +1 size srry im dumb
1 messages · Page 1 of 1 (latest)
Egg.Size = Egg.Size + Vector.new(3,3,3)
or
Egg.Size+= Vector.new(3,3,3)
pretty sure either one works
should fix that
Egg.Size += Vector3.one * 3 also works
ok i will try it thanks
Egg.Size += Vector3.yAxis
ok
Just change size to position
If it's rotated it's a bit more complicated, I won't type that on mobile
I'll be on pc shortly
