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”
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