I want to make a chat command that opens a gui but I can't seem to figure out how to make the gui open and how to make it group rank based?
1 | function onChatted(msg, speaker) |
2 | local source = string.lower(speaker.Name) |
3 | msg = string.lower(msg) |
4 | if msg = = "/stafflock" then |