Find any script for Roblox

Enter the name of the game or script.

Script – Dogecoin

Thank you for using our website Your script:
NO KEY

while wait() do
   for _,v in pairs(game.Workspace.Gumdrops:GetDescendants()) do
       if v:IsA("TouchTransmitter") then
           wait()
           firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
       end
   end
end