Zetiux
|
  |
| Joined: 07 Nov 2012 |
| Total Posts: 7111 |
|
|
| 17 Jan 2015 10:32 PM |
I have a clan I have a base for, and the chat is GUI based, so it will display the rank, but the ROBLOX Chat GUI interferes with it, is there anything I can do?
Im Siggy Azalea ( ͡° ͜ʖ ͡°) |
|
|
| Report Abuse |
|
|
Dyl5602
|
  |
| Joined: 05 Mar 2014 |
| Total Posts: 4385 |
|
|
| 17 Jan 2015 10:34 PM |
make one on top of it?
I just did that |
|
|
| Report Abuse |
|
|
Zetiux
|
  |
| Joined: 07 Nov 2012 |
| Total Posts: 7111 |
|
|
| 17 Jan 2015 10:34 PM |
Dyl, I did try that, but the ROBLOX chat overlays my custom chat gui.
Im Siggy Azalea ( ͡° ͜ʖ ͡°) |
|
|
| Report Abuse |
|
|
|
| 17 Jan 2015 10:36 PM |
| Post in scripters they will be more helpful |
|
|
| Report Abuse |
|
|
025110
|
  |
| Joined: 23 Nov 2012 |
| Total Posts: 57661 |
|
| |
|
|
| 17 Jan 2015 10:38 PM |
| [Wanna learn how to script? Well, this is a perfect learning place for you. Just play my game: www.roblox.com/Learn-How-To-Script-place?id=201420143] |
|
|
| Report Abuse |
|
|
|
| 17 Jan 2015 10:40 PM |
@iLeth http://web.roblox.com/ROBLOX-Code-School-Open-place?id=186851780 |
|
|
| Report Abuse |
|
|
|
| 17 Jan 2015 10:42 PM |
| game.StarterGui:SetCoreGuiEnabled("All", false) |
|
|
| Report Abuse |
|
|
|
| 17 Jan 2015 10:44 PM |
Try this instead:
game.StarterGui:SetCoreGuiEnabled("Chat", false) |
|
|
| Report Abuse |
|
|
ProVantis
|
  |
| Joined: 05 Aug 2014 |
| Total Posts: 1056 |
|
|
| 17 Jan 2015 10:53 PM |
Go into the configure then go into settings or something, look around. Change the chat to "bubble" then it should work
|
|
|
| Report Abuse |
|
|
Voolz
|
  |
| Joined: 12 Dec 2014 |
| Total Posts: 5819 |
|
| |
|
|
| 18 Jan 2015 12:01 AM |
Put a LocalScript into StarterGui or StarterGear. Source:
game.StarterGui:SetCoreGuiEnabled("Chat",false) |
|
|
| Report Abuse |
|
|