|
| 23 Jan 2014 07:14 PM |
| Anyone know exactly what size / position it is at? |
|
|
| Report Abuse |
|
|
|
| 23 Jan 2014 07:14 PM |
No but what are you trying to do |
|
|
| Report Abuse |
|
|
|
| 23 Jan 2014 07:16 PM |
| Put a gui directly above it, the same size as it, to be a command bar |
|
|
| Report Abuse |
|
|
|
| 23 Jan 2014 07:17 PM |
Why?
If you want to get rid of it use game.StarterGui:SetCoreGuiEnabled(3, false)
you will need to script your own chat GUI though |
|
|
| Report Abuse |
|
|
|
| 23 Jan 2014 07:18 PM |
I don't want to get rid of it I want a gui above it that isn't for chat |
|
|
| Report Abuse |
|
|
|
| 23 Jan 2014 07:24 PM |
You can find out it's position there is a repo on github that has the source for most CoreGuis
/RobloxLabs/internal-code/tree/master/core-scripts |
|
|
| Report Abuse |
|
|
|
| 23 Jan 2014 07:29 PM |
Size = UDim2.new(1, 0, 0.2, 0); Position = UDim2.new(0, 0, 0.8, 800);
Thanks :D |
|
|
| Report Abuse |
|
|
|
| 23 Jan 2014 07:34 PM |
Darnit >.< The chat gui is in a frame, so I can't get the size correctly till I find what frame it goes in |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 23 Jan 2014 07:36 PM |
| http://wiki.roblox.com/index.php/AbsoluteSize_(Property) |
|
|
| Report Abuse |
|
|
|
| 23 Jan 2014 07:38 PM |
@Cnt What? I can't see and property of the chat gui without being in studio And studio doesn't have a chat gui :c |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 23 Jan 2014 07:39 PM |
| View the property online then |
|
|
| Report Abuse |
|
|
|
| 23 Jan 2014 07:40 PM |
| I can't, its in the coregui |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
|
|
| 23 Jan 2014 07:47 PM |
Dbvm is patched (Or rather disconnects you) Anyway turns out the chat bar forces your guis to move up, so I just put my guis at the very bottom of the screen and then it moves itself up |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 23 Jan 2014 07:48 PM |
| Without exploits you can... |
|
|
| Report Abuse |
|
|
| |
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
|
|
| 23 Jan 2014 07:57 PM |
It'll error if you try and access the core gui Or did they change that? |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 23 Jan 2014 07:59 PM |
| They never not changed it. You were always able to index it (just not destroy it or whatever since it's RobloxLocked, but that doesn't stop you from indexing it) |
|
|
| Report Abuse |
|
|
| |
|
|
| 24 Jan 2014 09:16 AM |
Wait could I put something in the coregui? That would be very helpful for a textbox gui I need for my game, in case they die it won't reset the text |
|
|
| Report Abuse |
|
|
domorox17
|
  |
| Joined: 06 Mar 2012 |
| Total Posts: 1710 |
|
|
| 24 Jan 2014 10:33 AM |
| Ananimus did for CMDUtility |
|
|
| Report Abuse |
|
|
| |
|
|
| 24 Jan 2014 10:37 AM |
@Domo Thats a plugin, it has command bar execution level |
|
|
| Report Abuse |
|
|
domorox17
|
  |
| Joined: 06 Mar 2012 |
| Total Posts: 1710 |
|
|
| 24 Jan 2014 10:40 AM |
| Not the plugin. His old one run through execute script.mImread through it, and CMDUtility is inserted into CorGui. |
|
|
| Report Abuse |
|
|