Hi,
My script is taking input from player via text box and before sending it to the server I want to swap all commas to dots because later the string is converted to number so it need to be dot instead of comma which is very ofter typed by users. For example:
Before conversion: “13,25”
After conversion: “13.25”