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