of     1   

Shadowfalcon101
#59703953Saturday, December 17, 2011 8:21 PM GMT

I want to know how to make bricks a certain size for guns or cars.
caleb33333
#59711777Saturday, December 17, 2011 10:28 PM GMT

in "properties" go down till just above where you change size (X, Y, Z) and it will say "plate" or "brick", change that to custom and chage size with X, Y, and Z
ultralegomaster5096
#59711833Saturday, December 17, 2011 10:29 PM GMT

Yeah, that's right, do it the hard way. Mesh. Adjust scale to match what you want. ~Death to lazy builders. Remove the CFrame tools. Command bar all the way. -pauljkl
koolaid007
#59717066Saturday, December 17, 2011 11:52 PM GMT

DEATH TO LAZY BUILDERS, DOWN WITH MESHES. Hypocrite. Meshes lag horribly, and using a custom size will be more effecient.
Shadowfalcon101
#59727300Sunday, December 18, 2011 2:37 AM GMT

Problem with meshes, can't make my own.
Mechaniquin
#59727489Sunday, December 18, 2011 2:41 AM GMT

But ROBLOX provides you with Cylinder and Block meshes. Insert>Object>BlockMesh or Insert>Object>CylinderMesh ~♫ Hobo ♫~
Benjonas2
#59727644Sunday, December 18, 2011 2:44 AM GMT

But with new ROBLOX updates any brick without a blockmesh has rounded edges, so I use meshes. -Ben
ap1ratesl1fe
#59733741Sunday, December 18, 2011 4:27 AM GMT

b = --Insert brick here b.FormFactor = "Custom" b.Size = Vector3.new(0.2, 0.2, 0.2)
assaultteam54
#59734365Sunday, December 18, 2011 4:38 AM GMT

The studio has recently been updated with much better move on axis/rotate/resize tools. just go to the roblox studio and to there should be icons at te top. there should be one that looks like a line with arrows at both ends, click it. once clicked, look to the right two buttons and there should be a button that looks lie a magnet with a 1/5 in front of it click it. You will now start resizing bricks by 1/5 or .2 increments instead of 1 stud increments. This allow you to make a (.2, .2, .2) size brick

    of     1