My first tool is broken

Hey there!
My first tool just got broken by a update I can’t figure out what is wrong is just a duck
what says “Quack”
image
This is the Click script:
local Tool = script.Parent

enabled = true

function onActivated()
	if not enabled  then
		return
	end
	enabled = false
	Tool.GripForward = Vector3.new(0.675, -0.675, -0.3)
	Tool.GripPos = Vector3.new(0.4, -0.59, 1.1)
	Tool.GripRight = Vector3.new(0.212, -0.212, 0.954)
	Tool.GripUp = Vector3.new(0.707, 0.707, 0)
	Tool.Handle.Quack:Play()
	wait(.8)
	Tool.GripForward = Vector3.new(-0.976,0,-0.217)
	Tool.GripPos = Vector3.new(0, -0.4, 0)
	Tool.GripRight = Vector3.new(0.217,0,-0.976)
	Tool.GripUp = Vector3.new(0,1,0)
	enabled = true
end

script.Parent.Activated:connect(onActivated)

It’s very simple
I’m doing something wrong? (yea the tool worked before, I haven’t do any changes)
The song doesn’t play, but the song works

First of all, you dont need a enabled val unless you would like to have a debounce. Also, is it a local script or a regular script?

Oh wait, so the tool was working before but the new update broke it? If so I can’t help you.

So my tool isn’t fixiable? actually the sound works but I don’t know what’s wrong

Is it disabled by any chance? (the script)

Wait what do you mean the sound works because I might be able to help. Is there a output error?

Oh I didn’t see that!
image
Thanks I will reupload my sound