identifyexecutor
function identifyexecutor(): (string, string)Example
local ExecName, ExecVersion = identifyexecutor()
print(ExecName, ExecVersion) -- Output: "YourName 0.0.1"Last updated
function identifyexecutor(): (string, string)local ExecName, ExecVersion = identifyexecutor()
print(ExecName, ExecVersion) -- Output: "YourName 0.0.1"Last updated