Okay I have everything in the right locations and when I execute the chat command it responds with: "You do not have access to this command, ???Chiller252."
I'm not entirely sure how to change this so that it is allowed for all players.
Also, do I have to create another instance of the line of code for more aliases for the same command, or can I do this:?
ULib.addSayCommand( "!playermodel", "!model", function(ply, func, args) ply:ConCommand("playermodel_selector") end, "" )
I don't imagine this works when looking at the syntax on .addSayCommand