---
name: ClientAnimatorThrottlingMode
last_updated: 2026-06-11T23:11:58Z
type: enum
summary: "An Enum describing various animation throttling modes on clients."
---

# ClientAnimatorThrottlingMode

An Enum describing various animation throttling modes on clients.

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Default` | 0 | The default animation throttling mode defined by Roblox. |
| `Disabled` | 1 | Disables animation throttling. |
| `Enabled` | 2 | Enables animation throttling. |