War Tycoon Script | TELEPORT TO AIRDROPS (GET LOTS OF MONEY QUICK)

local Folder = workspace["Game Systems"] local player = game.Players.LocalPlayer.Character.HumanoidRootPart for _, Child in ipairs(Folder:GetDescendants()) do if Child.Name:match("Airdrop_") then player.CFrame = Child.MainPart.CFrame end end
views: 46
2023-08-22 02:46:08