Resizing parts with scripts

I basically just forgot how to resize parts using scripts.

Can anyone tell me how?

2 Likes

Part.Size = Vector3.new(X, Y, Z)

Consider using the API documentation when you have questions like this.

4 Likes