Roblox Script -- Dogecoin Mining Tycoon [Gumdrops script]

 


Pretty simple to use; get into the game, execute the script & that's it.


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

Previous Post Next Post