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

Instance.new size changes when it spawns in?(answered)

Asked by 6 years ago
Edited 6 years ago

I an using an instance.new then changing the size but can't get it to work.

Part = Instance.new("Part",game.Workspace)
Part.Size = 7,7,7
0
vector3 can change size? ootheboss 32 — 6y
0
Well, it sets the coordinates/size of the part; btw, to implement it for your script, just do `Part.Size = Vector3.new(7, 7, 7)`. :) TheeDeathCaster 2368 — 6y
0
thanks ootheboss 32 — 6y
View all comments (2 more)
0
if you want you can submit it as a answered and will accept it ootheboss 32 — 6y
0
Nah, it's cool. :) I'm just glad to of helped. :) TheeDeathCaster 2368 — 6y

Answer this question