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!
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
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?