We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4075c8 commit ff2cfeaCopy full SHA for ff2cfea
MainModule/Server/Commands/Moderators.luau
@@ -38,7 +38,7 @@ return function(Vargs, env)
38
39
ESP = {
40
Prefix = Settings.Prefix;
41
- Commands = {"esp"};
+ Commands = {"esp", "xray"};
42
Args = {"target (optional)", "brickcolor (optional)"};
43
Filter = true;
44
Description = "Allows you to see <target> (or all humanoids if no target is supplied) through walls";
@@ -62,7 +62,7 @@ return function(Vargs, env)
62
63
UnESP = {
64
65
- Commands = {"unesp"};
+ Commands = {"unesp", "unxray"};
66
Args = {};
67
68
Description = "Removes ESP";
0 commit comments