Instead of disabling and enabling the script, have it where it checks if there is any ‘Coffee’ inside of it. If there is, play animation and other jazz.
So basically
local coffee = script.Parent -- Location of the Coffee of course
if coffee.Visible then
--Your Code Here
end