Hello!
My question is fairly simple.
An admin command chat module I made uses the following line to confirm whether an administrator has been “disguised” or not:
spkr:SendSystemMessage("Un-Disguised!", "All")
Or:
spkr:SendSystemMessage("Disguised!", "All")
Take spkr
to be a speaker object I retrieved earlier in the script itself.
I am curious as to whether I can specify other fields in that string for properties such as ChatColor, Font, etc.
Is this possible?
Thanks for your help in advance!