This site is inactive!

This site is no longer kept up to date. It has been superseded by the Roblox API Reference. Please update your bookmarks.

Tags: notCreatable

Members

Functions

Returns Function History
bool BeginRecording ( ) (+0.249)
string EndRecording ( ) (+0.249, −0.251)
Tuple GetListener ( ) (+0.210)
void PlayLocalSound ( Instance sound ) (+0.259)
void PlayStockSound ( SoundType sound )
void SetListener ( ListenerType listenerType, Tuple listener ) (+0.210)
bool SetRecordingDevice ( int deviceIndex ) (+0.252)

YieldFunctions

Returns YieldFunction History
Dictionary EndRecording ( ) (+0.251)
Dictionary GetRecordingDevices ( ) (+0.252)
  • 1 yieldfunction inherited from Instance

Events

Enums

Enum History
ListenerType (+0.210)
ReverbType
SoundType

Property Descriptions

ReverbType SoundService.AmbientReverb

float SoundService.DistanceFactor

float SoundService.DopplerScale

bool SoundService.RespectFilteringEnabled

Version History:(+0.305)

float SoundService.RolloffScale

Function Descriptions

boolSoundService.BeginRecording ( )

Version History:(+0.249)

Tags: RobloxScriptSecurity

stringSoundService.EndRecording ( )

Version History:(+0.249, −0.251)

Tags: RobloxSecurity

TupleSoundService.GetListener ( )

Version History:(+0.210)

voidSoundService.PlayLocalSound ( Instance sound )

Version History:(+0.259)

voidSoundService.PlayStockSound ( SoundType sound )

Tags: RobloxScriptSecurity

voidSoundService.SetListener ( ListenerType listenerType, Tuple listener )

Version History:(+0.210)

boolSoundService.SetRecordingDevice ( int deviceIndex )

Version History:(+0.252)

Tags: RobloxScriptSecurity

YieldFunction Descriptions

DictionarySoundService.EndRecording ( )

Version History:(+0.251)

Tags: RobloxScriptSecurity

DictionarySoundService.GetRecordingDevices ( )

Version History:(+0.252)

Tags: RobloxScriptSecurity

Inherits: