Reference API Roblox

Engine API

Website

Related

Reference API Roblox

FacialAnimationStreamingState

A bitmask enum describing which facial animation streaming capabilities are active for a user or service.

Items 5

HistoryNameValueDescription
549None0

Indicates that no facial animation streaming is active.

549Audio1

Indicates that audio-based facial animation streaming is enabled for the user.

549Video2

Indicates that video-based facial animation streaming is enabled for the user.

549Place4

Indicates that facial animation streaming is enabled at the place level.

549Server8

Indicates that facial animation streaming is enabled at the server level.

Description

FacialAnimationStreamingState is a bitmask enum that represents which facial animation streaming modalities are currently enabled. Values can be combined via bitwise OR to represent multiple active states simultaneously. It covers both per-user opt-in state and place- or server-level enablement.

History 6

Settings