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

admin wont heckin load? [closed]

Asked by 4 years ago
Edited 4 years ago

i cant seem to get hd admin to work. i dont think its loading right. anyways heres the script "settings"

001--[[
002 
003--------------| ABOUT RANKS |--------------
004 
005RANK    | DEFAULT NAME  | COMMANDS  | EXTRA DETAILS
006-------------------------------------------------------------------------------------------------------------------
0075       | Owner         | All       | Is automtically set. The Owner has full access to commands and features.
008-------------------------------------------------------------------------------------------------------------------
0094       | HeadAdmin     | 1,2,3,4   |
0103       | Admin         | 1,2,3     |
0112       | Mod           | 1,2       | Can only use commands on one person at a time.
0121       | VIP           | 1         | Can only use commands on theirself.
013-------------------------------------------------------------------------------------------------------------------
0140       | NonAdmin      | 0         | The default rank. Players are limited to basic features.
015 
View all 244 lines...

"loader"

01--[[
02    This loads HD Admin into your game.
03 
04    Require the 'HD Admin MainModule' by the HD Admin group for automatic updates.
05 
06    You can view the HD Admin Main Module here:
08 
09--]]
10 
11local loaderFolder = script.Parent.Parent
12local mainModule = require(3239236979)
13mainModule:Initialize(loaderFolder)
14loaderFolder:Destroy()
0
if you need more info post a comment steel_apples 58 — 4y

Closed as Not Constructive by Optikk, OhManXDXD, and killerbrenden

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?