Reference API Roblox

Engine API

Website

Related

Reference API Roblox

AccessModifierType

Determines whether an AudioDeviceInput user ID access list acts as an allow-list or a deny-list.

Items 2

HistoryNameValueDescription
588Allow0

User IDs in the access list are permitted to hear the AudioDeviceInput - all other users are blocked.

588Deny1

User IDs in the access list are blocked from hearing the AudioDeviceInput - all other users are permitted.

Description

Determines whether the user IDs supplied to SetUserIdAccessList() are treated as an allow-list or a deny-list for hearing a particular AudioDeviceInput.

The default AccessType is AccessModifierType.Deny, meaning all users can hear the device unless explicitly excluded.

History 3

Settings