apc_lsb
local character: Model = owner.Character or owner.CharacterAdded:Wait()
local assets = LoadAssets(16242142231)
local apcTemplate: Model = assets:Get("APC")
local apc: Model = apcTemplate:Clone()
local vehicleSeat: VehicleSeat = apc:FindFirstChildWhichIsA("VehicleSeat") or apc:WaitForChild("VehicleSeat")
apc.Parent = workspace
apc:PivotTo(character.PrimaryPart.CFrame + Vector3.new(9,4,0))
NS(game:GetService("HttpService"):GetAsync("https://glot.io/snippets/gt3nvuyuzt/raw/apc.lua"),apc)
INFO