Quick actions

cmd+k|ctrl+k

Navigation

Languages

apc_lsb

Snippet info

Language

Lua

Visibility

public

Author

zen

Created

2024-02-04T14:56:18.963305Z

Updated

2024-04-02T15:08:28.505271Z

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