Skip to main content

ARK · COMMAND

SpawnActorSpread

  • Command

Spawn multiple creatures in a spread pattern around your character, useful for populating areas or testing creature behavior in groups.

The SpawnActorSpread is just the start. Join the GameServersHub Discord for the full playbook on running your server. As of .

Syntax

Console syntax

cheat SpawnActorSpread <Blueprint> <Spawn Distance> <Y Offset> <Z Offset> <Amount> <Radius>

Arguments

blueprint type: creature blueprint
The blueprint of the entities you wish to spawn.
spawn distance type: number
The distance ahead of your character the entities should spawned at.
y offset type: number
Distance to the right (positive numbers) or to the left (negative numbers) of your character that you wish to spawn the entities.
z offset type: number
Distance above (positive numbers) or below (negative numbers) your character that you wish to spawn the entities.
amount type: number
The amount of entities to spawn.
radius type: number
The radius to spread the spawned entities out over.

About

SpawnActorSpread spawns a specified number of creatures across a radius centered on your position. Use it to quickly populate a region with wildlife, test pack behavior, or set up creature encounters without placing them one at a time.

Position the spawns relative to where you stand: spawn distance moves them forward, Y offset shifts them left or right, and Z offset raises or lowers them. The radius parameter spreads them out across an area; a radius of 0 clusters them tightly, while larger values scatter them over more ground.

Require cheats enabled and supply a valid creature blueprint. The command works from the console.

Frequently Asked Questions

Can I run the SpawnActorSpread command over RCON?
Yes. Send cheat SpawnActorSpread <Blueprint> <Spawn Distance> <Y Offset> <Z Offset> <Amount> <Radius> through RCON or your control-panel console. If the connection already runs with admin context, omit the leading "cheat". It works the same on hosted, self-hosted, and RCON setups.
How current is the SpawnActorSpread info?
The SpawnActorSpread 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.
How do I enable admin commands to run SpawnActorSpread?
In single-player, cheats are on by default. On a dedicated or hosted server, log in as admin with enablecheats <AdminPassword> first, then run cheat SpawnActorSpread <Blueprint> <Spawn Distance> <Y Offset> <Z Offset> <Amount> <Radius>. Without admin access the console rejects it.
What arguments does the SpawnActorSpread command take?
The SpawnActorSpread command takes 6 arguments: blueprint type: creature blueprint, spawn distance type: number, y offset type: number, z offset type: number, amount type: number, radius type: number. See the Arguments section on this page for what each one does.
What is the syntax for the SpawnActorSpread command?
The syntax is cheat SpawnActorSpread <Blueprint> <Spawn Distance> <Y Offset> <Z Offset> <Amount> <Radius>. Open the admin console, paste it, replace any <placeholders> with real values, and press Enter. Verified against the current ARK: ASA build as of June 28, 2026.
Which game is the SpawnActorSpread from?
The SpawnActorSpread is from ARK: Survival Ascended. Every ID, code, and command on this page is specific to ARK: Survival Ascended and its current live build.
What is the SpawnActorSpread?
Spawn multiple creatures in a spread pattern around your character, useful for populating areas or testing creature behavior in groups.
What is the SpawnActorSpread used for?
SpawnActorSpread spawns a specified number of creatures across a radius centered on your position. Use it to quickly populate a region with wildlife, test pack behavior, or set up creature encounters without placing them one at a time.