User:LPGhatguy/Templates

This is just a bunch of templates that would be extremely neat to use in the normal ROBLOX wiki.

High Contrast

These templates use an RGB + Black and white color scheme. They're designed for high amounts of contrast, and seperation.

 Anchored
Property bool Anchored
Description Determines whether or not the object can be moved by the ROBLOX physics engine. Can still be interacted with by other objects.
In Objects BasePart
  Remove( )
Returns nil
Description Sets the object's parent to nil.
In Objects Instance, Something
File:Protected Function icon Fixed.png GetDebugId( int Scope Length )
Returns string Debug ID
Description Returns a coded string of the object's DebugID.
In Objects Instance
  Touched ( BasePart hit )
Description Fires when an object comes into contact with the connected object.
In Objects BasePart