How would I change all the surfaces of a part to SmoothNoOutlines, (which's Enum
is 10).
I know you can change material like this:
Part.Material = Enum.Material.Plastic
Thanks
Most likely
Part.Surface = Enum.Surface.SmoothNoOutlines
I don't really know though. The other way would be the better and the method I know.
Part.TopSurface = "SmoothNoOutlines" Part.BottomSurface = "SmoothNoOutlines"
Another way to change surface inputs is select the part that you want then by the explorer tab click properties then open up Surface Inputs and there you go !