of     1   

nospacebuildrobot
#170872903Wednesday, August 12, 2015 9:41 AM GMT

I'm sure there are game developers out there, right? Well, studs MOST of the time don't look good on realistic gameplay. I suggest a button that in one single click will turn all the parts' side will be "Smooth, no outline" to help developers. Do you have a better idea? Please reply what it is. "You've got enemies? Good. That means you actually stood up for something." -Eminem
cruon
#170873036Wednesday, August 12, 2015 9:45 AM GMT

Half Support. I think not only "Smooth, no outline" but even other things like studs.
nospacebuildrobot
#170873139Wednesday, August 12, 2015 9:48 AM GMT

^Makes sense "You've got enemies? Good. That means you actually stood up for something." -Eminem
nospacebuildrobot
#170873177Wednesday, August 12, 2015 9:49 AM GMT

Well, there is an anchor all plugin, when you search a "smooth all plugin" it makes up irrelevant plugins that might not even work. "You've got enemies? Good. That means you actually stood up for something." -Eminem
EchoReaper
#170883343Wednesday, August 12, 2015 1:36 PM GMT

Run this in the command bar: local surfaceType = "SmoothNoOutlines" function recurse(root,callback) for i,v in pairs(root:GetChildren()) do callback(i,v) if #v:GetChildren() > 0 then recurse(v,callback) end end end recurse(workspace, function(_,part) if part:IsA("BasePart") then part.BottomSurface = surfaceType part.TopSurface = surfaceType part.LeftSurface = surfaceType part.RightSurface = surfaceType part.FrontSurface = surfaceType part.BackSurface = surfaceType end end)
cybersquat
#170883453Wednesday, August 12, 2015 1:38 PM GMT

Change the surfaces.
Mada754ALT
#170883499Wednesday, August 12, 2015 1:39 PM GMT

Get the quick build plug-in, every block you spawn is completely smooth omgssss🌴 oh noes a dragun111!!! 🐉

    of     1