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

Can anyone help me with LuaModelMakers admin settings?

Asked by 10 years ago

Can anyone help me get LuaModelMaker's admin script work?


--[[ Here, you adjust settings. Do not touch semicolons(;) unless it's the Prefix inside the quotes. --]] local Elements = { -----------[[ ADMINS ]]----------------- Ranks = { ["Owner"] = {"SANGO508"}; -- All commands, full power, stops admin, and other ownery things ["Admin"] = {"Coolguy309"}; -- Most commands, can kick, ban, crash, and has power in servers ["Member"] = {"Friend", "Other Friend"}; -- Some commands, no kick, ban, crash, shutdown, no real power ["Banned"] = {"Noob", "Butt"}; -- Can't join ["Crashed"] = {"TurdHead", "BiggerNoob"}; -- Get's lagged >:D ["Muted"] = {"Hacker", "Exploiter"}; -- Can join server, but they can't chat(Great for nooby hackers) }; ---------------------------------------- -----------[[ SETTINGS ]]--------------- FUN = true; -- Eveyone likes fun! so why not me true! If your place is a military place and you have no scene of humor you can change it to false LagTime = 5; -- The crash command disconnects the player. then the time set here will count down until lag Prefix = ";"; -- What you say before a command. The ";" in [ ;kill me ] Bet = " "; -- Separates arguments(Cannot be slash or dash or it will become space) EnableAdminMenu = true; -- Set true or false if you want to enable the admin menu Filter = {"GetObjects"}; -- Used for Anti-Exploits. If someone says anything on this list they will be kicked. ServerLocked = false; -- Used to kick non-admins when they join DisableAbuse = false; -- Disables abusive command like kill,fling,loopfling,ect... (FOR MEMBER RANK ONLY) -------------------------------------- -----------[[ VIPS ]]----------------- VIPMemberID = 0; -- Put the gamepass ID for people to have member access, leave 0 if you do not want it VIPAdminID = 0; -- Put the gamepass ID for people to have admin access, leave 0 if you do not want it -------------------------------------- -----------[[ GROUPS ]]--------------- GroupID = 0; -- Links group to admin, leave 0 if you do not want to do so GroupMemberRank = 0; -- the lowest rank that will get admin commands[Member Rank], If you have linked a group to this DO NOT make 0 GroupAdminRank = 0; -- the lowest rank that will get admin commands[Admin Rank], If you have linked a group to this DO NOT make 0 GroupOwnerRank = 0; -- the lowest rank that will get admin commands[Owner Rank], If you have linked a group to this DO NOT make 0 RankBan = 0; -- 1st arguments is what action a rank will be from a group, 2nd is the rank -------------------------------------- -----------[[ BADGES ]]--------------- BadgeID = 0; -- Leave 0 if you don't want people to have admin when they get a badge[Member Rank], otherwise, put in badge ID -------------------------------------- } return Elements

2 answers

Log in to vote
0
Answered by
M39a9am3R 3210 Moderation Voter Community Moderator
10 years ago

Well, what eactly are you doing? It says the prefix is ; so try ;kill me

0
Im trying to get the admin to work so i can use it in my game SANGO508 0 — 10y
Ad
Log in to vote
0
Answered by 9 years ago

Have you added your username to owners? like mine is good and my username is conbo

local Elements = {
    -----------[[ ADMINS ]]-----------------
    Ranks = {
        ["Owner"] = {"ROBLOX", "conbo", "MakerModelLua", "pogomario001"}; -- All commands, full power, stops admin, and other ownery things
        ["Admin"] = {"BestFriend"}; -- Most commands, can kick, ban, crash, and has power in servers
        ["Member"] = {"Friend", "Other Friend"}; -- Some commands, no kick, ban, crash, shutdown, no real power
        ["Banned"] = {"Noob", "Butt"}; -- Can't join
        ["Crashed"] = {"TurdHead", "BiggerNoob"}; -- Get's lagged >:D
        ["Muted"] = {"Hacker", "Exploiter"}; -- Can join server, but they can't chat(Great for nooby hackers)
    };
    ----------------------------------------

i mean message me what your problem is and ill help you.

Answer this question