local part = Instance.new(“Part”, game.Workspace)
you shouldn’t use the parent argument inside Instance.new check this out. Instead parent the part with part.Parent.
Also could you please show me the full script so I can see the variables
local part = Instance.new(“Part”, game.Workspace)
you shouldn’t use the parent argument inside Instance.new check this out. Instead parent the part with part.Parent.
Also could you please show me the full script so I can see the variables