How to change music properly.
All you need to do is to find your desired music on YouTube and get the URL to it.
To apply music headover to the /shared/config.lua and find:
/shared/config.lua
Config.Music = { default = 'YOUR_URL', volume = .3, }
Here you need to change default = 'YOUR_URL with your copied URL. Additionally you can adjust the volume which is in range of 0-1.
default = 'YOUR_URL
Last updated 3 months ago