Getting Started
Getting Started with the RELICSxyz Player
1. Copying the Required Files
2. Setting Up the Modules
local AudioPlayer = require(game.ServerScriptService.AudioPlayer) -- Adjust the path as necessary
local PlayerChecker = require(game.ServerScriptService.PlayerChecker) -- Adjust the path as necessary3. Showing and Hiding the Player
-- Toggle the visibility of the RELICSxyz Player
AudioPlayer.ToggleVisibility()4. Conditionally Enabling the Player
5. Adding Allowed Items
6. Wrapping Up
Last updated