This method returns the number of characters in the string.
Returns the number of characters in the string.
local string = "Hello, how are you today?" print(string:GetSize())