paging-system/README.md

17 lines
1.7 KiB
Markdown

# Paging System
The models used here were created and graciously donated by [Taz Tech](https://www.roblox.com/groups/12396612/Liminal-Existance-Group)
## Legal Stuff
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><span property="dct:title">All Models Used</span> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://www.roblox.com/groups/12396612/Liminal-Existance-Group">TazTech/Liminal Existance Group</a> is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC-SA 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" alt=""></a></p>
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.