of     1   

Ozerit
#138853855Tuesday, July 01, 2014 12:39 PM GMT

Where would I add said requested code? introBrick = Instance.new("Part", Workspace) click = Instance.new('ClickDetector') click.Parent = introBrick msg = Instance.new('Message') msg.Text = "Any scripts used in this map are created by Ozerit" introBrick.Anchored = true introBrick.BrickColor = BrickColor.new("Royal purple") introBrick.Position = Vector3.new(-16, 0.59, -37) introBrick.Size = Vector3.new(4, 1.2, 4) click.MouseClick:connect(function() msg.Parent = Workspace wait(3) msg.Parent = nil end) introBrick.Touched:connect(function() msg.Parent = Workspace wait(3) msg.Parent = nil end) I have the swag.
Ozerit
#138854032Tuesday, July 01, 2014 12:43 PM GMT

Feel free to help ._. I have the swag.
AnonyAnonymous
#138854126Tuesday, July 01, 2014 12:45 PM GMT

Well, try something like, IntroBrick.SurfaceType = Enum.SurfaceNameHere.Smooth
Ozerit
#138854204Tuesday, July 01, 2014 12:47 PM GMT

So... introBrick.SurfaceType = Enum.Smooth.Smooth ? I have the swag.
AnonyAnonymous
#138854251Tuesday, July 01, 2014 12:48 PM GMT

Yes, that should work.
AnonyAnonymous
#138854287Tuesday, July 01, 2014 12:49 PM GMT

I mean, you'd have to use for instance someething like Enum.BottomSurface.Smooth
Ozerit
#138854354Tuesday, July 01, 2014 12:50 PM GMT

It didn't work. I'm confused, because the wiki's didn't cover it, and I can't find "examples" in the free models section. I have the swag.
Ozerit
#138854370Tuesday, July 01, 2014 12:50 PM GMT

Yeah, that's what I tried. I tried correction myself but I got that "Wait a few seconds" thing. I have the swag.
Ozerit
#138854422Tuesday, July 01, 2014 12:52 PM GMT

It says "bottom surface is not valid EnumType. idk, I'll get back to it later. I have the swag.
AnonyAnonymous
#138854459Tuesday, July 01, 2014 12:52 PM GMT

Nevermind, I apologize I was slightly confused myself, you would use for instance InfoBrick.TopSurface = Enum.SurfaceType.Smooth My apologies.
Ozerit
#138854528Tuesday, July 01, 2014 12:54 PM GMT

Yep, that worked. Thanks xD I have the swag.

    of     1