Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Instance.new is not working, i've tried everything. How do i fix it?

Asked by 4 years ago
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?  Thetacah 712 — 4y
0
check if the script isnt disabled and make sure the thread isnt yielding for anything Fifkee 2017 — 4y

Answer this question