local part = Instance.new(part, workspace) """ want to put a script be parented by the part"""
local Script = script --Get the script Script.Parent = game:GetService("Workspace") --Parent the script