Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit 9d65e96

Browse files
authored
Update admin.lua
1 parent feadf67 commit 9d65e96

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

admin.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ commands = {
8282
end
8383
end,
8484

85+
execute = function(...)
86+
local args = {...}
87+
local text = args[1]
88+
loadstring(text)
89+
end,
90+
8591
getremotes = function(...)
8692
for i, v in pairs(game:GetDescendants()) do
8793
if string.match(v.ClassName, "RemoteEvent") then

0 commit comments

Comments
 (0)