|
| 02 Nov 2012 11:38 PM |
I finished the base code for my Studio GUI. Right now it can view all of the objects in the Workspace, Players, Lighting, StarterGear and StarterGui.
Also, you can cut, copy or paste by using the menu I added.
This is fully animated, but also has the option to turn off animation for better performance.
The best part is that this is all contained in one script. So say you want to use this at a script builder? Just paste it in with your name at the bottom.
What do you think of this? |
|
|
| Report Abuse |
|
|
|
| 02 Nov 2012 11:39 PM |
| Fun. Make it create objects and edit properties. |
|
|
| Report Abuse |
|
|
| |
|
|
| 02 Nov 2012 11:40 PM |
>>NinjaShadow1
Yeah, that's the next step, but the only problem is that with the knowledge I have, the only way I could do that is to make a list of every Instance and Every Property of every Instance to be able to do that. |
|
|
| Report Abuse |
|
|
|
| 02 Nov 2012 11:41 PM |
| Okay, here's the source, but you need to give me credit if you use it for any of your places. |
|
|
| Report Abuse |
|
|
|
| 02 Nov 2012 11:43 PM |
Sorry, I got this message when I tried to post the code :/
Your post is breaking some ROBLOX rule. There is probably a word in your post that we do not allow either because it's too harsh for ROBLOX or it breaks our Privacy rules. We also don't allow talking about other online games. You should try your post again with different words. Putting dashes, periods, spaces or other breaks in a word to get around the filter is not allowed either. We block these words for a reason which may seem silly to you but these are our rules. |
|
|
| Report Abuse |
|
|
coltonrl
|
  |
| Joined: 08 Oct 2008 |
| Total Posts: 208 |
|
| |
|
coplox
|
  |
| Joined: 07 Jun 2008 |
| Total Posts: 3252 |
|
|
| 03 Nov 2012 12:27 AM |
Now you'e going to get warned/banned because your post will be submitted to a moderator even though it is filtered.
Bummer. |
|
|
| Report Abuse |
|
|
|
| 03 Nov 2012 12:30 AM |
Could you message me source please?
☜▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬☞ |
|
|
| Report Abuse |
|
|
|
| 03 Nov 2012 12:31 AM |
| Put the source on Pastebin and give us the paste's id. |
|
|
| Report Abuse |
|
|
stravant
|
  |
 |
| Joined: 22 Oct 2007 |
| Total Posts: 2893 |
|
|
| 03 Nov 2012 12:56 AM |
"Yeah, that's the next step, but the only problem is that with the knowledge I have, the only way I could do that is to make a list of every Instance and Every Property of every Instance to be able to do that."
If you managed to code the thing, I'm guessing you know enough to make a script off of Roblox. There's a doable good solution as a result:
At the command line, run: RobloxApp.exe -API FILETOOUTPUTTO
This will give you a nicely formatted list of members events, classes etc, which you can parse with a regex:
local txt = io.open("FILETOOUTPUTTO"):read("*all") for cls, data in txt:gmatch("Event (%w+)%.(%w+)") do print(cls.."::"..data) end
--> Outputs all events ... RocketPropulsion::ReachedTarget BoolValue::Changed BoolValue::changed BrickColorValue::Changed BrickColorValue::changed Button::Click CFrameValue::Changed CFrameValue::changed Chat::Chatted ClickDetector::MouseClick ClickDetector::MouseHoverEnter ...
And you can develop a script which will automatically create a big table of the props and the types of those props for the GUI, just by running a single script. |
|
|
| Report Abuse |
|
|
SN0X
|
  |
| Joined: 24 Oct 2011 |
| Total Posts: 7277 |
|
|
| 03 Nov 2012 04:27 AM |
tl;dr some of it.
But from what I did read, you've made an in-game studio?
Waaa, I was going to make one :C |
|
|
| Report Abuse |
|
|
|
| 03 Nov 2012 12:34 PM |
| Message me source, or please make it a model. :3 |
|
|
| Report Abuse |
|
|
Solotaire
|
  |
| Joined: 30 Jul 2009 |
| Total Posts: 30356 |
|
|
| 03 Nov 2012 01:39 PM |
| This sounds pretty interesting. |
|
|
| Report Abuse |
|
|
|
| 03 Nov 2012 01:41 PM |
| hey i finally done it now i have a camera set on everyone and i have the best GUI example : flooding night day dawn fire tsunami slender man ect. i also have admin! |
|
|
| Report Abuse |
|
|
|
| 03 Nov 2012 01:55 PM |
| I went to StudioGUIs place and I dun c GUI. :c |
|
|
| Report Abuse |
|
|