NPizz
|
  |
| Joined: 06 May 2011 |
| Total Posts: 505 |
|
|
| 13 Dec 2014 12:21 AM |
Hello all, I'm working on a project and have a few questions about things which work in solo mode but not on servers.
1. SurfaceGui does not appear. I have a script which sets its adornee to the part, and it works properly in solo, but does not appear in servers. Is there an easy fix for this?
2. Scripts in GUIs not working. Do only local scripts operate within ScreenGuis now? Was there a change in something? Again, this works in solo but not in servers.
|
|
|
| Report Abuse |
|
|
|
| 13 Dec 2014 12:23 AM |
| My advice here; go to the Scripters sub forum. |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 13 Dec 2014 12:23 AM |
1. Where are you parenting those SurfaceGUIs and are you adorning it to a BasePart client-side?
2. I'm not sure if scripts don't work in PlayerGUI but either way, everything GUI-related or specific to the client should be handled with a local script. |
|
|
| Report Abuse |
|
|
NPizz
|
  |
| Joined: 06 May 2011 |
| Total Posts: 505 |
|
|
| 13 Dec 2014 12:44 AM |
| I fixed the problems. All I had to do was uncheck the property in workspace called "FilteringEnabled" |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 13 Dec 2014 12:45 AM |
| Oh noooooo, now exploiters can ruin the game D: |
|
|
| Report Abuse |
|
|
powertool
|
  |
| Joined: 01 Feb 2008 |
| Total Posts: 3771 |
|
|
| 13 Dec 2014 01:06 AM |
Filteringenabled is not that good for an FPS, or anything where milliseconds count.
for anything else, however, remoteevent around it. |
|
|
| Report Abuse |
|
|