how to anchor player in roblox code example
Example: anchoring script in lua
local MyPart = game.Workspace.Part --[ Replace "Part" With Your Part Name]--
MyPart.Anchored = true --[ Set it To false To Turn off The Anchores ]--
local MyPart = game.Workspace.Part --[ Replace "Part" With Your Part Name]--
MyPart.Anchored = true --[ Set it To false To Turn off The Anchores ]--