Command
cl_ent_setang
<Entity ID><Pitch><Yaw><Roll>Explore usage, syntax, and examples for the cl_ent_setang CS2 developer console command.
cl_ent_setang
CS2 Onlycl_ent_setang
<Entity ID><Pitch><Yaw><Roll>Sets the pitch, yaw, and roll angles of a specified in-game entity using its ID.
ID of the entity whose angles you want to set.
Sets the entity’s pitch angle (vertical rotation). Values range from -89 to 89 degrees.
Sets the entity’s yaw angle (horizontal rotation). Values range from -180 to 180 degrees.
Sets the entity’s roll angle (tilt rotation). Values range from -180 to 180 degrees.
Yes
Client
cl_ent_setang Generator
cl_ent_setang
<Entity ID><Pitch><Yaw><Roll>Set the options below to auto-generate your command. When everything looks good, click the Copy button and paste it into your in-game console.
cl_ent_setang Examples
cl_ent_setang
0
0
90
2
Sets entity ID 2 to a pitch of 90°, with yaw and roll at 0°.
cl_ent_setang
180
45
-45
4
Sets entity ID 4 to a pitch of -45°, yaw to 180°, and roll to 45°.