menu
Roblox Forum Archive
Home
User Search
Forums
Donate
search
settings
Home
User Search
Forums
Donate
launch
Go to User Dashboard
Forums
Scripters
how do i set the surface inputs of a brick through lua
chevron_left
chevron_left
chevron_left
of
1
chevron_right
chevron_right
chevron_right
how do i set the surface inputs of a brick through lua
Brightless
Join Date: 2011-11-11
Post Count: 10362
#185179553
Saturday, March 12, 2016 6:45 AM GMT
like so all sides have the universal studs
Go to point in time
arrow_right
10 minutes before
5 minutes before
At time of posting
5 minutes after
10 minutes after
more_horiz
TimeTicks
Join Date: 2011-04-27
Post Count: 27115
#185179723
Saturday, March 12, 2016 6:53 AM GMT
local part = script.Parent local surface = Enum.SurfaceType.Universal part.TopSurface = surface part.BottomSurface = surface part.FrontSurface = surface part.BackSurface = surface part.RightSurface = surface part.LeftSurface = surface
Go to point in time
arrow_right
10 minutes before
5 minutes before
At time of posting
5 minutes after
10 minutes after
more_horiz
Brightless
Join Date: 2011-11-11
Post Count: 10362
#185180165
Saturday, March 12, 2016 7:16 AM GMT
this really helps man thanks
Go to point in time
arrow_right
10 minutes before
5 minutes before
At time of posting
5 minutes after
10 minutes after
more_horiz
chevron_left
chevron_left
chevron_left
of
1
chevron_right
chevron_right
chevron_right