#How do u add admin commands for the owner of the game
1 messages · Page 1 of 1 (latest)
You can make custom admin commands using TextChatCommands
You can find it in TextChatService, if it isn't there make the folder called that
You can insert TextChatCommands in there and they'll show if you type / in chat
You gotta link them up with scripts though (obviously) you can use the .Triggered() function on them which'll fire once you type it
I use it for my games and it's pretty simple.
Player.Chatted works too
More simple imo