So im making a game involving a lot of script placed parts and so forth i've experimented with the instance command a few times and I think i've cracked except when I place a part via that command how do I change the object to smooth (No studs)?
part = Instance.New("Part") part.Parent = workspace part.Surface.BottomSurface = "Smooth" part.Surface.TopSurface = "Smooth" --ect
Closed as Not Constructive by hiimgoodpack and PyccknnXakep
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?