Utilities
Helper functions and utilities
Client Utilities
# Client Utilities Utility functions available on the client. ## cLib.Scale Scale value for current resolution. ```lua local scaled = cLib.Scale(v...
Shared Utilities
# Shared Utilities Utility functions available on both client and server. ## cLib.GetStringTotalWords Count words in a string. ```lua local count ...