Properties

From Legacy Roblox Wiki
Jump to navigationJump to search

Every object in Roblox has a set of properties that it uses to describe the object. For example, a brick has a Size property, this tells Roblox how big the brick is supposed to be. These properties range from color and what it's named, to things like text inside of a Message object.

Some properties are read-only (f.e. className). Some are editable only by script (f.e. Cframe). Some are editable only in Studio (f.e. Source)

Using the Properties Window of Studio, you can view or edit the properties. You can view an object's properties, events, and methods about these objects by using the Object Browser in Studio or Class Reference on the wiki. All Roblox object's share certain properties.