Find a file
Christopher Cookman 31aa9de9c6 Big update
- Updated ALL models to use the new wait for bgm fadeout
- Finally update raw lua scripts, sorry
2024-08-09 00:21:31 -06:00
Parts Big update 2024-08-09 00:21:31 -06:00
Scripts Big update 2024-08-09 00:21:31 -06:00
.gitignore Initial Commit 2024-08-04 11:03:17 -06:00
AudioInit.rbxm Update 2024-08-04 11:18:47 -06:00
PagingSystemv1.rbxm Update 2024-08-04 16:55:29 -06:00
README.md Add license info 2024-08-04 11:44:14 -06:00

Paging System

The models used here were created and graciously donated by Taz Tech

All Models Used by TazTech/Liminal Existance Group is licensed under CC BY-NC-SA 4.0

Scripts are licensed under GPL-3.0 or later

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.