Answers for "anchoring script in lua"

Lua
0

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 ]--
Posted by: Guest on October-20-2020

Browse Popular Code Answers by Language