ARK · CREATURE

Tek ATV Creature
- Creature
- Base Game
A rideable vehicle creature in ARK: Survival Ascended, spawnable via its entity ID VH_Buggy_C for admin testing and server events.
Running the Tek ATV Creature on your server? Hop into our Discord and get a hand from admins who use it every day. Live as of .
Creature ID
Entity / blueprint class
VH_Buggy_CBlueprint path
"Blueprint'/Game/PrimalEarth/Vehicles/VH_Buggy/Blueprint/VH_Buggy.VH_Buggy'"Summon Commands
Wild (Summon)
admincheat Summon VH_Buggy_CTamed (GMSummon, level 150)
cheat GMSummon "VH_Buggy_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/PrimalEarth/Vehicles/VH_Buggy/Blueprint/VH_Buggy.VH_Buggy'" 0 0 0 0About
The Tek ATV is a vehicle-type creature in ARK: Survival Ascended, classified under the Vehicles category. Unlike biological creatures, it functions as a driveable craft rather than a tameable animal, making it useful for rapid traversal across terrain.
Admins can spawn it using the entity ID VH_Buggy_C via the SpawnDino or similar admin commands. It carries no DLC requirement, so it is available on any server without additional content unlocks.
Because it lacks a name tag, targeting or referencing it through tag-based commands may not work as expected, rely on the entity ID instead when scripting spawns or events.
Frequently Asked Questions
- What type of creature is the Tek ATV Creature?
- The Tek ATV Creature is classified as a vehicles in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- What is the Tek ATV Creature used for?
- The Tek ATV is a vehicle-type creature in ARK: Survival Ascended, classified under the Vehicles category. Unlike biological creatures, it functions as a driveable craft rather than a tameable animal, making it useful for rapid traversal across terrain.
- How do I spawn a wild Tek ATV Creature?
- Run
cheat Summon VH_Buggy_Cin the admin console. Summon spawns a wild, untamed Tek ATV Creature at your location. Use GMSummon instead if you want it pre-tamed. - Which game is the Tek ATV Creature from?
- The Tek ATV Creature is from ARK: Survival Ascended. Every ID, code, and command on this page is specific to ARK: Survival Ascended and its current live build.
- How do I spawn a tamed Tek ATV Creature?
- Open the admin console and run
cheat GMSummon "VH_Buggy_C" 150. GMSummon spawns a tamed Tek ATV Creature at the given level (150 here); change the number to set the level. Verified against the current ARK: ASA build as of June 28, 2026. - What is the blueprint path for the Tek ATV Creature?
- The Tek ATV Creature blueprint path is
"Blueprint'/Game/PrimalEarth/Vehicles/VH_Buggy/Blueprint/VH_Buggy.VH_Buggy'". Keep the wrapping quotes: SpawnDino and the other path-based admin commands need them to read the path as one argument. Verified against the current ARK: ASA build as of June 28, 2026. - When was the Tek ATV Creature data last updated?
- The Tek ATV Creature entry was last verified on GameServersCodex on June 28, 2026. We track the live ARK: ASA build, so the details here reflect the current patch.
- Is the Tek ATV Creature a DLC creature or part of the base game?
- The Tek ATV Creature is part of the base ARK: Survival Ascended game, so no DLC or map pack is required to spawn it.
- What is the Tek ATV Creature?
- A rideable vehicle creature in ARK: Survival Ascended, spawnable via its entity ID VH_Buggy_C for admin testing and server events.
- How do I spawn the Tek ATV Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon VH_Buggy_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat". - How do I spawn a Tek ATV Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/PrimalEarth/Vehicles/VH_Buggy/Blueprint/VH_Buggy.VH_Buggy'" 0 0 0 0. SpawnDino takes the full blueprint path followed by spawn distance, Y offset, Z offset and level, so you can place the Tek ATV Creature precisely instead of dropping it on top of your character. - What is the Tek ATV Creature class name?
- The creature ID for the Tek ATV Creature is
VH_Buggy_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take.