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

Is it possible to change the brick surface with a script?

Asked by
tumadrina 179
9 years ago

A yes or no answer would be fine, an explanation would be awesome

1 answer

Log in to vote
4
Answered by
Ekkoh 635 Moderation Voter
9 years ago

Yes, you can.

Part.BottomSurface = Enum.SurfaceType.Smooth
Part.TopSurface = "Smooth"
Part.FrontSurface = 3
0
Thank you tumadrina 179 — 9y
Ad

Answer this question