Properties: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Flurite
No edit summary
>Flurite
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:


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 [[RBX.lua.Instance_%28Object%29|certain properties]].
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 [[RBX.lua.Instance_%28Object%29|certain properties]].


[[Image:Propertieswindow1.PNG]]
[[Image:Propertieswindow1.PNG]]

Latest revision as of 20:07, 20 September 2011

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.