Anchored (Property)

Revision as of 21:33, 15 March 2012 by >Flurite
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Anchored
Type bool
Description Sets whether or not the object is frozen in place.
Member of BasePart


Example

This code, assuming there is a Part named "Part" in the Workspace service, would anchor that part.

game.Workspace.Part.Anchored = true

See Also