local part = Instance.new("Part",game.Workspace)
part.Anchored = true
This isn't working. Please help...
I'm very new at scripting lol.
0
Besides the fact that the parent parameter of the Instance.new function is deprecated, that code should function well...? Where is your script located an what type of script is it?? Is that the only code, or could the issue be from previous lines? Thetacah712— 5y
0
check if the script isnt disabled and make sure the thread isnt yielding for anythingFifkee2017— 5y