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

I need help with HD custom commands? [closed]

Asked by 4 years ago
Edited 4 years ago

I was attempting to make a HD custom command and I can't get it to work. my client command:

["glock"] = {
        Function = function(speaker, args, self)
            local plr = args[1]
            --Error, could not find Tools in server server storage. Maybe depricated? game.ServerStorage.Tools.Glock17:Clone().Parent = plr:WaitForChild("Backpack")
        end;

and Regular:

Name = "glock";
    Aliases = {"gl"};
    Prefixes = {settings.Prefix};
    Rank = 2;
    RankLock = false;
    Loopable = false;
    Tags = {""};
    Description = "Get a glock!";
    Contributors = {};
    --
Args = {"Player"};
ClientCommand = true;
FireAllClients = true;

Pls help!

1
This is not free model support hiimgoodpack 2009 — 4y

Closed as off-topic by hiimgoodpack and Torren_Mr

This question has been closed by our community as being off-topic from ROBLOX Lua Scripting.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 4 years ago
Edited 4 years ago

Click this for making commands. If it does not work, let me know.

Here's a quote just for you, dogethefrog. Bacon hairs could be pros. --admin4lifenow

Ad