NotedDown
|
  |
| Joined: 24 Sep 2013 |
| Total Posts: 238 |
|
| |
|
|
| 06 Mar 2015 03:34 PM |
admin commands
tons of stuff
i use it all the time |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2015 03:37 PM |
Admin commands, recognizing a valid IP/e-mail/website, finding a number in a message, Capitalizing The First Letter Of Every Word, formatting a string to round it to the hundredths place, converting a string from base 3 to base 47, any pretty much 6/10ths of everything else.
|
|
|
| Report Abuse |
|
|
Tuneable
|
  |
| Joined: 16 Feb 2013 |
| Total Posts: 2932 |
|
|
| 06 Mar 2015 03:39 PM |
When I made a calculator in c++ I used it to combine the numbers together. Example
>Person has 2 >Person presses 3 >Now 23 |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2015 03:39 PM |
| Oh yeah, you can do parsing and stuff with string manips. |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2015 03:40 PM |
oh and data management
you can put all your data together and separate it with a delimiter, and unpack that data
it's really great and can help a lot |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2015 03:43 PM |
/\ "Data Management" My favorite use case so far. Had an issue because you can't save custom ROBLOX datatypes such as Color3 or Vector3 using DataStore. Convert it into a string, and then convert back when needed. Problem solved :)
~The herp lerped a derp~ |
|
|
| Report Abuse |
|
|