Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Music Admin Commands Error?

Asked by
iRexBot 147
8 years ago

My script will not work for some reason I asked my friends we could not find a way how. It is suppost to change the song when you say ".m roll" then song id it will change it to the song id.

01function onChatted(msg, plr)
02 
03local Owner = {
04    ["iRexBot"] = true;
05    ["PLayer1"] = true;
06}
07local Admin = {
08    plr:GetRankInGroup(2706982) == 254;
09    plr:GetRankInGroup(2706982) == 253;
10    plr:GetRankInGroup(2706982) == 252;
11    plr:GetRankInGroup(2706982) == 251;
12}
13local Mod = {
14    plr:GetRankInGroup(2706982) == 250;
15    plr:GetRankInGroup(2706982) == 249;
View all 43 lines...

Could anyone fix it?

Answer this question