ARK · COMMAND
SetTargetPlayerColorVal
- Command
Changes a player character's body part color by decimal value (0–1 scale), bypassing the character creation UI.
Master the SetTargetPlayerColorVal faster. Join our Discord and swap configs, IDs and commands with the community. As of .
Syntax
Console syntax
cheat SetTargetPlayerColorVal <Body Part> <Color>Arguments
- body part type: body part id
- The body part you wish to recolor, types:<br><br>* 0 - body<br>* 1 - hair<br>* 2 - eyes
- color type: number
- The color you wish to set them to (not a color ID), a decimal between 0 and 1. The decimal is a percentage of the slider screen at character creation.
About
SetTargetPlayerColorVal recolors a targeted player's body, hair, or eyes using a normalized decimal value instead of a predefined color ID. The decimal represents a position on the color slider from character creation: 0 is the leftmost hue, 1 is the rightmost.
This is useful for scripting or batch-applying cosmetic changes to player characters on your server. Run it as a cheat command via console. Specify the body part (0 for body, 1 for hair, 2 for eyes) and provide your color value as a decimal between 0 and 1, for example, 0.5 selects the middle of the color range for that part.
Frequently Asked Questions
- Which game is the SetTargetPlayerColorVal from?
- The SetTargetPlayerColorVal is from ARK: Survival Ascended. Every ID, code, and command on this page is specific to ARK: Survival Ascended and its current live build.
- When was the SetTargetPlayerColorVal data last updated?
- The SetTargetPlayerColorVal 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.
- Can I run the SetTargetPlayerColorVal command over RCON?
- Yes. Send
cheat SetTargetPlayerColorVal <Body Part> <Color>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 do I enable admin commands to run SetTargetPlayerColorVal?
- In single-player, cheats are on by default. On a dedicated or hosted server, log in as admin with
enablecheats <AdminPassword>first, then runcheat SetTargetPlayerColorVal <Body Part> <Color>. Without admin access the console rejects it. - What is SetTargetPlayerColorVal in ARK: Survival Ascended?
- Changes a player character's body part color by decimal value (0, 1 scale), bypassing the character creation UI.
- What is the SetTargetPlayerColorVal used for?
- SetTargetPlayerColorVal recolors a targeted player's body, hair, or eyes using a normalized decimal value instead of a predefined color ID. The decimal represents a position on the color slider from character creation: 0 is the leftmost hue, 1 is the rightmost.
- What is the syntax for the SetTargetPlayerColorVal command?
- The syntax is
cheat SetTargetPlayerColorVal <Body Part> <Color>. 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. - What arguments does the SetTargetPlayerColorVal command take?
- The SetTargetPlayerColorVal command takes 2 arguments: body part type: body part id, color type: number. See the Arguments section on this page for what each one does.