lsp425
|
  |
| Joined: 10 Dec 2011 |
| Total Posts: 603 |
|
|
| 07 Dec 2014 11:50 AM |
I am making a game and I have been making this game for weeks, but now the game resets every 5 - 10 seconds...
Is it under review? No.
Is it inappropriate? No.
The only thing I can think of is that I added a filtering thing for the names of the servers that players can make. Does Roblox ban/break games if the scripts have swears? The swears are never shown as text boxes and the intent is to REMOVE any bad/racist/hurtful words. The way I know it resets is that it resets the sound scripts and basically starts everything from the beginning. PLEASE HELP!!! And Roblox, if your reading this, why??? |
|
|
| Report Abuse |
|
Malcolt3
|
  |
| Joined: 17 Dec 2009 |
| Total Posts: 11442 |
|
|
| 07 Dec 2014 12:29 PM |
Probably. Try using string.byte to convert the dirty words into a series of numbers. So, "****" would be something like 23,51,22,53 or something. Then, in the script, replace "****" with string.char(23,51,22,53).
http://wiki.roblox.com/index.php?title=Function_dump/String_manipulation#string.byte
http://wiki.roblox.com/index.php?title=Function_dump/String_manipulation#string.char |
|
|
| Report Abuse |
|
lsp425
|
  |
| Joined: 10 Dec 2011 |
| Total Posts: 603 |
|
|
| 07 Dec 2014 12:43 PM |
| Ahhh that is a great idea! The only problem is if Roblox checks for variables also... do they? |
|
|
| Report Abuse |
|