|
| 10 Jul 2015 09:28 PM |
or however it was called, can someone just explain me everything about it? i need to do something against exploiter in my game and this is very important.
Meeooow!!!!!!13!!! |
|
|
| Report Abuse |
|
|
|
| 10 Jul 2015 09:32 PM |
who enough cool and smart to help me? hehe
Meeooow!!!!!!13!!! |
|
|
| Report Abuse |
|
|
|
| 10 Jul 2015 09:34 PM |
What? If you want to stop exploiters, turn on FilteringEnabled. These two functions have nothing to do with exploiters.
string.sub(string, start, end) --> returns a part of a string from start to end
example:
local myStr = "lolxd"
print(string.sub(myStr, 1, 3)) --> lol
You can also call this function like a method on a string variable:
print(myStr:sub(1,3)) --> lol
string.lower(string) -- converts a string to lowercase
example:
local myStr = "LOL"
print(string.lower(myStr)) --> lol |
|
|
| Report Abuse |
|
|
|
| 10 Jul 2015 09:36 PM |
If you want to learn more:
http://wiki.roblox.com/index.php?title=String.sub |
|
|
| Report Abuse |
|
|
|
| 10 Jul 2015 09:45 PM |
dude how it make you think its nothing about exploiter? i didnt even explained what i will do with those stuff, but also the reason i didnt turned filteringenabled on or however it spell is because it would break some of my stuff in-game, or only the client would see/happen to himself only such as some gears, or some stuff in the gui
Meeooow!!!!!!13!!! |
|
|
| Report Abuse |
|
|
|
| 10 Jul 2015 09:47 PM |
| Roblox makes all of their gears FilteringEnabled compatible. |
|
|
| Report Abuse |
|
|
|
| 10 Jul 2015 09:48 PM |
lmao i feel so dumb, i thought the :lower() thing will only take the first part of a string, i guess i should use google translate more(my native language is french)
Meeooow!!!!!!13!!! |
|
|
| Report Abuse |
|
|
|
| 10 Jul 2015 09:49 PM |
well ima test filteringenabled on with some people to see result, if its not what i would want then i will turn it off
Meeooow!!!!!!13!!! |
|
|
| Report Abuse |
|
|