Hi I wanted to make an object (active) size to grow or shrink after a certain event, what is the simplest way to do this?
Printable View
Hi I wanted to make an object (active) size to grow or shrink after a certain event, what is the simplest way to do this?
Nevermind, while I was waiting I found the scale. I am making a 3d game so i set the scale to 1+the value of the characters Y value*.01 and it worked.