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.
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?
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?