Find a file
2025-01-12 17:18:42 -07:00
Parts Add new ceiling speakers, thanks Vital! 2025-01-12 17:18:42 -07:00
Scripts Had to redo the whole repo, fun fun 2024-10-08 08:58:09 -06:00
.gitignore Had to redo the whole repo, fun fun 2024-10-08 08:58:09 -06:00
AudioInit.rbxm Had to redo the whole repo, fun fun 2024-10-08 08:58:09 -06:00
PagingSystemv1.rbxm Had to redo the whole repo, fun fun 2024-10-08 08:58:09 -06:00
README.md Had to redo the whole repo, fun fun 2024-10-08 08:58:09 -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.