Inf Ammo War Age Tycoon Script

Inf Ammo War Age Tycoon Script


Roblox Scripts is what Roblox players and coders use to build interactive games. To be more specific, players use Lua scripts—a popular scripting and programming language.

Bucksreward

Instruction
1.Open Roblox And Start Playing
2.Click The Blue Circle To Copy The Script Code
3.Paste The Script Code Into Your Executor
4.Then Execute The Script Code
5.Enjoy
Script Code
local player = game.Players.LocalPlayer
local backpack = player.Backpack
local character = game.Workspace.Characters[player.Name]
local guns = game.ReplicatedStorage.Guns

local function checkGunExists(name)
    for i,v in pairs(guns:GetDescendants()) do
            if v.Name == name then return true
        end
    end
end

for i,v in pairs(backpack:GetDescendants()) do
    if checkGunExists(v.Name) then
        v:SetAttribute("Ammo", math.huge)
    end
end

for i,v in pairs(character:GetDescendants()) do
    if checkGunExists(v.Name) then
        v:SetAttribute("Ammo", math.huge)
    end
end 

Related Posts
Leave a Reply

Your email address will not be published.

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.

Powered By
Best Wordpress Adblock Detecting Plugin | CHP Adblock