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

how do you make a part decrease in size when you use a certain move? its for effects

Asked by 2 years ago

can someone explain how to decrease something in size? I've never had to do this until now

0
in serverscript Ryansonyoutue 0 — 2y
0
Changing the size can be as easy as just chaing the Vector3 on the size property. For example Part.Size = Vector3.new(1, 1, 1) which will make it a 1x1x1. It can also get more advanced with changing the Vector3 X Y Z axis. For animations you can use TweenService. RazzyPlayz 497 — 2y

Answer this question