Brick Surface Types
There are several types of brick surfaces available. Ranging from connections that you need a bomb to break, to ones that you can touch and it will pop off, as well as motors and hinges.
These go in order that they appear on the toolbar in the Roblox Studio
Basic Surface Types
Smooth
A smooth surface will not form a bond with anything. That means that it will slide, fall, break and move without much force. <needs correct force value needed>
Glue
Glue can be found on the various chassies that are available in the Toolbox. It forms a very loos bond with whatever is in contact with it, enough to slow a ball, or to keep a player on a vehicle while it is moving. <needs correct force value required for movement>
Welds
Welds form a very secure bond with whatever they are touching. If two surfaces that are in contact are welded, then it takes a good bit of force to move them, a large bomb at least. <needs correct force values required for movement>
Studs
Studs are one of the three types of surfaces a new brick starts out with. It connects to an inlet to form a semi-secure bond <needs correct amount of force to break bond> that can be broken fairly easy, but can hold against any slingshot attacks.
Inlets
Inlets connect to studs, and form a secure connection that can withstand anything short of a rocket or bomb.
Special Surfaces
Hinges
These little pegs allow for movement of whatever is attached to them in accordance with the physics of the Place and the movement confined to a 360 degree angle around the connection to the hinge. Use these for rotating objects, any type or ramp, or doors.
Motors
These are a bit more complicated things to describe.
Motors apply a force to anything that is connected to them by a certain amount of impulse that is described in the configuration panel. The force power can be set and the trigger set in a Lua script or in the config panel for the motor. The trigger can be set to one of 6 things:
- A user hit key.
- The set of secondary controls (the UJHK keys)
- The Primary controls (WSAD keys)
- An event in the world (such as the destruction of a door, or the movement of a player into a certain area.)
- A basic AI that can be set to the motor set, suchas telling the motors to attack a player, or to run away.
- Constantly be on, such as the spinning bar in Crossroads.
These have to be scripted to the motor, but in the configuration panel, many of these more basic settings can be configured.
<this page needs the following items: Pictures of each button highlited in the toolbar. The correct values of the amount of needed force to move each object from another with the appropriate surface.>