[Open Source] Music System

Here is how you allow copying. I feel its important for people to know how to make their models available for purchase.
Screen Shot 2020-06-29 at 21.45.04

Go to configure and the make sure the button is green.

2 Likes

Did you get it open-sourced?

(30 characters)

2 Likes

Perfect! Did you add in the chat commands?

1 Like

Yes, I am almost done with it.

1 Like

Perfect, just tell me when it’s ready!

Wait, nvm it has the Chat Commands.

Awesome! Cannot wait to test it!

It work’s great! I have one question. When I play-test in studio, and then I click request song, open’s up a gui, but you cannot type on it. Is this a bug?

Might be, but Can I see video proof, so I can understand it.

Sure! Also, in studio, the music works, but In game, it plays the same music over and over.

Do you have more then 1 music id in it?

Well, its going to replay it since you putted 1 song id that’s why its spamming.

1 Like

Okay, so here is what’s happening. First off- sometimes it plays random music, (not in studio, in game) The chat commands can only be used one each, that’s the other problem. Do you know why?

I don’t know why is that happening but I will update it when I finish some bug testing, etc.

1 Like

If you want, I’ll give you edit permission so you can see the error.

No thanks, I will see if there is any errors.

1 Like

Update

  • Bug Fixing
  • Configuration Module, is updated.
3 Likes

Update 2.0

  • Fixed the Code, and make it good and less scripts.
  • Can be used on Other Models

Bugs? Dm me on Roblox, or the developer fourm!

2 Likes

Chat commands doesn’t work, music stops when a music has end. Am I doing something wrong or is it a bug?

Here’s the Configuration script if you want:

	['ProductId'] = 1000836491,
	['Music_Ids'] = {569556642,327081386,669936570},
	['BlacklistedMusicIds'] = {725061858},
	['GroupId'] = 6861657,
	['RankAlloudToUseCommands'] = 255,
	['MusicPrefix'] = '!',
	['Music_System_Name'] = 'Drips Music System', --Change it to what ever you want.
	['Music_Events'] = {
		--Change it to what ever u want
		['Skipped'] = 'Music Skipped',
		['Stopped'] = 'Music Stopped', 
		['Resumed'] = 'Music Resumed', 
		['Paused'] = 'Music Pasued',
		['Requested'] = 'Music Requested'
	}
}