Is there a way to get the players console output.
like if you where to run a command on them like
function meta:Command(key)
self:ConCommand("bind " .. key) // gets what that key is binded to
end
how would i get that output
Is there a way to get the players console output.
like if you where to run a command on them like
function meta:Command(key)
self:ConCommand("bind " .. key) // gets what that key is binded to
end
how would i get that output
No, theres no way than using modukes for this, as you camt send modules to clients, you cant just bind players buttons, thats dumb, like i would bind random keys to people just for troll
no, is there a way to get a players console output. that was a example