This commit is contained in:
Christopher Cookman 2024-08-04 11:18:47 -06:00
parent 7e05d209d7
commit b7cf176a3d
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42
4 changed files with 12 additions and 0 deletions

BIN
AudioInit.rbxm Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

12
README.md Normal file
View file

@ -0,0 +1,12 @@
# Paging System
The models used here were created and graciously donated by [Taz Tech](https://www.roblox.com/groups/12396612/Liminal-Existance-Group)
## Basic Setup
- TODO: Setup instructions.
## AudioInit.rbxm
- This is used to initialize the mic and speaker objects for each player. Place this in StarterCharacterScripts.
## Important Note
- The Audio API Beta needs to be enabled for this to work.
- The UseAudioApi property of VoiceChatService (hidden, enable in Explorer studio settings) needs to be set to Enabled for the microphone to work at all.