local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))() local Window = Library:NewWindow("Spawn Cars") local Tab = Window:NewSection("↓↓↓↓↓") Tab:CreateButton("CLICK HERE!", function() print("Succesfull") local args = { "Trifighter"} game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("AddVehicleToBase"):FireServer(unpack(args)) end)