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 = | |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}} | |||
{{Example| | {{Example| | ||
<code>game.Workspace.Part.Anchored = true</code> | <code lua>game.Workspace.Part.Anchored = true</code> | ||
}} | }} | ||