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

Kohls admin script doesn't work. Is it broken due to roblox updates?

Asked by 6 years ago

Everytime i try to use a command like :fly me it wont work and here is the script:


Use usernames or userIds to add a user to a list For example; Admins={'MyBestFriend','Telamon',261} ]] local Banned={'someoneyoudislike'} -- For those who have wronged you, & this guy -------------------------------------------------------------- -- You DO NOT need to add yourself to any of these lists!!! -- -------------------------------------------------------------- local Owners={} -- Can set SuperAdmins, & use all the commands local SuperAdmins={} -- Can set permanent admins, & shutdown the game local Admins={} -- Can ban, crash, & set Moderators/VIP local Mods={} -- Can kick, mute, & use most commands local VIP={} -- Can use nonabusive commands only on self -- -- THESE ARE THE CORE SETTINGS -- YOU WILL NOT BE ABLE TO CHANGE THEM IN-GAME local Settings={ --[[ Style Options ????????????? ]] Flat=false; -- Enables Flat theme / Disables Aero theme ForcedColor=false; -- Forces everyone to have set color & transparency Color=Color3.new(0,0,0); -- Changes the Color of the user interface ColorTransparency=.75; -- Changes the Transparency of the user interface Chat=false; -- Enables the custom chat BubbleChat=false; -- Enables the custom bubble chat --[[ Basic Settings ?????????????? ]] AdminCredit=true; -- Enables the credit GUI for that appears in the bottom right AutoClean=false; -- Enables automatic cleaning of hats & tools in the Workspace AutoCleanDelay=60; -- The delay between each AutoClean routine CommandBar=true; -- Enables the Command Bar | GLOBAL KEYBIND: \ FunCommands=true; -- Enables fun yet unnecessary commands FreeAdmin=false; -- Set to 1-5 to grant admin powers to all, otherwise set to false PublicLogs=false; -- Allows all users to see the command & chat logs Prefix=':'; -- Character to begin a command --[[ Admin Powers ???????????? 0 Player 1 VIP Can use nonabusive commands only on self 2 Moderator Can kick, mute, & use most commands 3 Administrator Can ban, crash, & set Moderators/VIP 4 SuperAdmin Can grant permanent powers, & shutdown the game 5 Owner Can set SuperAdmins, & use all the commands 6 Game Creator Can set owners & use all the commands Group & VIP Admin ????????????????? You can set multiple Groups & Ranks to grant users admin powers GroupAdmin={ [12345]={[254]=4,[253]=3}; [GROUPID]={[RANK]=ADMINPOWER} }; You can set multiple Assets to grant users admin powers VIPAdmin={ [12345]=3; [54321]=4; [ITEMID]=ADMINPOWER; }; ]] GroupAdmin={ }; VIPAdmin={ }; --[[ Permissions ??????????? -- You can set the admin power required to use a command -- COMMANDNAME=ADMINPOWER; ]] Permissions={ }; } return {Settings,{Owners,SuperAdmins,Admins,Mods,VIP,Banned}}
0
Error? Whats the error? hiimgoodpack 2009 — 6y
0
Ugh is it just me or roblox studio keeps crashing? dominikrni -12 — 6y
0
Apparently, you can't post free model scripts on ScriptingHelpers. I don't agree with this rule, but you should be able to post it on the Roblox Dev Forum. nd887 0 — 5y

1 answer

Log in to vote
0
Answered by
Jxemes 75
6 years ago

This isn't your script. If you didn't script it, then I won't help you.

0
you never heko anybody dominikrni -12 — 6y
0
And you never ask appropriate scripting questions. You took a free-model and asked a question about it. If you needed to ask a question about it, go to the creator of the game. Jxemes 75 — 6y
Ad

Answer this question