Anchored (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Itunes89
No edit summary
>Legend26
No edit summary
Line 3: Line 3:
<onlyinclude>{{Property
<onlyinclude>{{Property
|name = Anchored
|name = Anchored
|property = [[Bool]] ''is anchored''
|property = {{type|Bool}}
|description = Sets whether or not the object is frozen in place.
|description = Sets whether or not the object is frozen in place.
|object = BasePart
|object = BasePart
}}</onlyinclude>
}}</onlyinclude>
{{clear floats}}


{{clear floats}}
<br />
{{Example|
{{Example|
<code>game.Workspace.Part.Anchored = true</code>
<code lua>game.Workspace.Part.Anchored = true</code>
}}
}}



Revision as of 21:32, 14 March 2012

Anchored
Property Bool
Description Sets whether or not the object is frozen in place.
Member of BasePart


Example
{{{1}}}


See Also