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

How do you change a block's surface using the command bar? [EDITED]

Asked by 5 years ago
Edited 5 years ago

So, I've wanted to know how to change a block's surface with the command bar on the bottom of roblox studio. (By surface I mean like Glue, Inlet, ect.) I've tried to do this so far:

[COPY TO SEE IMAGE] file:///C:/Users/LUCKY/Pictures/Captureee.PNG

(NOTE): I am a beginner.

0
If you're talking about putting an image there, use a SurfaceGui. DeceptiveCaster 3761 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago
--[[Surfaces:
BackSurface
BottomSurface
FrontSurface
LeftSurface
RightSurface
TopSurface
--]]
--[[Surface Types:
Glue
Hinge
Smooth
SmoothNoOutline
SteppingMotor
Studs
Universal
Welds
--]]
workspace.PARTNAME.SurfaceChoice = 'Surface Type'
Ad

Answer this question