Car Factory Tycoon Script | AUTO GET AIRDROPS

[ad_1]

Created by NullMaple

Features:

  • AUTO GET AIRDROPS
_G.GetAirDrops = true -- i dont care set this to false to stop the script

local BackupPos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame

while wait() and _G.GetAirDrops == true do
   if game.Workspace.World.AirDrops.Drops:FindFirstChild("AirDrop") then
       if not game.Workspace.World.AirDrops.Drops:FindFirstChild("AirDrop"):FindFirstChild("Parachute") then
           game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.World.AirDrops.Drops:FindFirstChild("AirDrop").Base.CFrame
           wait(0.3)
           game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = BackupPos
       end
   end
end

ENJOY!

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

[ad_2]