How can I read the scale factor of a model?

I’m trying to read the Scale of a model in a script but I can’t figure out how to read that value. I can change the scale with:

model:ScaleTo(0.2) 

but I cannot figure out how to read it so any help would be appreciated.

Use model:GetScale() to get the scale of the model

Doesn’t work like that it can’t be accessed with model.Scale

Just figured out that I can use:

model:GetScale()

Hope this helps anybody in the future

1 Like

lol you figured it out mere seconds after I did :rofl:

1 Like

Haha I feel so stupid but google wouldn’t give me any answers. I just messed about in the command bar until it popped up.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.