Is it supposed to be
script.Parent
or
Script.Parent
? I'm confused
script.Parent--lowercase --Only time you use Script is in the case of Instance.new"Script" --or in case its a variable Script = workspace.Script1 Script.Parent
Only script is the valid reference.