Skip to content

Commit ff2cfea

Browse files
authored
Add xray as substitute for ESP command
1 parent d4075c8 commit ff2cfea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MainModule/Server/Commands/Moderators.luau

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ return function(Vargs, env)
3838

3939
ESP = {
4040
Prefix = Settings.Prefix;
41-
Commands = {"esp"};
41+
Commands = {"esp", "xray"};
4242
Args = {"target (optional)", "brickcolor (optional)"};
4343
Filter = true;
4444
Description = "Allows you to see <target> (or all humanoids if no target is supplied) through walls";
@@ -62,7 +62,7 @@ return function(Vargs, env)
6262

6363
UnESP = {
6464
Prefix = Settings.Prefix;
65-
Commands = {"unesp"};
65+
Commands = {"unesp", "unxray"};
6666
Args = {};
6767
Filter = true;
6868
Description = "Removes ESP";

0 commit comments

Comments
 (0)