|
Before I end up digging myself into a hole that makes me wanna give up rather than fix stuff, if I have a game opened from a file in my studio and I go to test it solo but not online, does FilteringEnabled still apply?
So far I've been doing it this way but i've only been testing it solo and haven't published it yet. So far no errors, but if I try it online will it still work? |
|
VoidionJoin Date: 2011-08-01 Post Count: 2668 |
Yes, FilteringEnabled works in solo |
|
|
|
I had a problem with FilteringEnabled I couldn't make a gui visible when the player touched a brick in game so I had to clone it and put it in the playergui so if you're doing anything like that you have to clone it.
All Memories Will Be Lost In Time. |
|
chimmihcJoin Date: 2014-09-01 Post Count: 17143 |
Yes FE effects Play(solo) mode. But, it usually isn't noticeable because the server and client are both your computer.
You can of course test with the test server mode.
|
|
chimmihcJoin Date: 2014-09-01 Post Count: 17143 |
"I had a problem with FilteringEnabled I couldn't make a gui visible when the player touched a brick in game so I had to clone it and put it in the playergui so if you're doing anything like that you have to clone it. "
No. You have to use local scripts to manipulate GUIs.
|
|
|
yeah i thought it was weird when everything was going swimmingly until i actually published and everything started breaking. that'll teach me not to trust solo play XD |
|
|
I tried a local script that didn't work either.
All Memories Will Be Lost In Time. |
|
chimmihcJoin Date: 2014-09-01 Post Count: 17143 |
You are stupid af.
|
|
|
Okay.
All Memories Will Be Lost In Time. |
|
|
Yes Filtering Enabled works in Play Solo mode, it may not be noticeable because your running Client and Server in the same window. If you want a true FE test I would recommend clicking Start Test Server with (1-9) players, this is useful for testing round based games, matchmaking, ect.
More here: http://wiki.roblox.com/index.php?title=Security |
|
|
alright well time for a stupid question... how do i test server? properly i mean. i hit test server and it just opened up a new edit window. ive never actually noticed the test server before |
|
VoidionJoin Date: 2011-08-01 Post Count: 2668 |
|
|
|
:O oooooo ok
they don't make these things obvious... |
|
|
It doesn't seem testing a server is very reliable either.
During normal online play my game works great, besides the language settings which don't seem to work except in solo test.
during the server test, the server scripts don't seem to run. |
|
|
my guess is that the ServerScriptService doesn't work during a server test. That would be the only real explanation for this |
|