Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How to size/scale one side of a part? [closed]

Asked by 7 years ago

Creating a script that adds to the size of a cylinder but instead of adding to one side it adds to both.

for i = 1,100 do
    wait()
    script.Parent.Size = script.Parent.size + Vector3.new(1,0,0)
end

I want it to size like the studio scale tool.

0
The best way to do this is at the same time calculate how much to move the cylinder to one side so it LOOKS like it only added to 1 side lukeb50 631 — 7y
0
OH WOW thank you! NickDestroyer123 12 — 7y
1
can you put this in answers so I can make this answered? NickDestroyer123 12 — 7y
0
just tried it. It creates this stutter movement? NickDestroyer123 12 — 7y

Marked as Duplicate by Goulstem

This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here.

Why was this question closed?