Jump to content

Directional Scaling


gm537

Recommended Posts

So I am wondering if there is a way to scale only one dimension of a part? I am familiar with rescaleFactor but want to know if there is a rescaleFactor_X (Y, Z) or something similar. This would be nice for making modified engines look a bit different from the stock ones.

Thanks for the help!

Link to comment
Share on other sites

In a plugin you can do:

part.transform.scale = new Vector3(1,1,1);

I don't know if there's any way to do it from a config file, rescaleFactor is a float, not a Vector3 and there doesn't appear to be anything with a similar name so I'd guess not.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...