Maurize Posted May 25, 2012 Share Posted May 25, 2012 Hey, is there a function or something to remove the color code of a players username? Link to comment
Kenix Posted May 25, 2012 Share Posted May 25, 2012 function RemoveHEXColorCode( s ) return s:gsub( '#%x%x%x%x%x%x', '' ) or s end 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now