Untitled Tag Game Script | COIN AUTO-COLLECTOR

Created by Alternate

Features:

  • COIN AUTO-COLLECTOR
getgenv().enabled = true

game:GetService("RunService").RenderStepped:Connect(function()
   if getgenv().enabled == true then
       for _, v in pairs(game.Workspace:WaitForChild("Coins"):GetChildren()) do
           local hrp = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart")
           local hum = hrp.Parent:WaitForChild("Humanoid")
           if hum.Health > 0 then
               hrp.CFrame = v.Coin.CFrame
               hum.Jump = true
               repeat
               hrp.CFrame = v.Coin.CFrame
               hum.Jump = true
               wait(0.01)
               until v == nil or v.Parent == nil
           end
       end
   end
end)

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS