jatl8
|
  |
| Joined: 07 Aug 2009 |
| Total Posts: 17439 |
|
|
| 24 Oct 2012 04:32 PM |
Sorry for double post. Last thread didn't have a title.
I need a very simple script.
ClassGUI > TextLabel > Tools >> Sword >> Rocket > Frame
How can I make a script that would list the Current Tools in the Text Label?
Like
Current Tools: (Probably might need two text labels for this)
Sword Rocket
Thanks!
|
|
|
| Report Abuse |
|
|
|
| 24 Oct 2012 04:33 PM |
Yeah, it had a title... No double posting.
http://www.roblox.com/CeaselessSouls-Admin-Commands-Gui-based-item?id=92856199 -- Take one and enjoy! Read the description, has a lot of information. |
|
|
| Report Abuse |
|
|
jatl8
|
  |
| Joined: 07 Aug 2009 |
| Total Posts: 17439 |
|
|
| 24 Oct 2012 04:35 PM |
@Ceas
If you're not going to post anything helpful please don't post. |
|
|
| Report Abuse |
|
|
|
| 24 Oct 2012 04:36 PM |
If you're not going to post any code please don't post at all.
http://www.roblox.com/CeaselessSouls-Admin-Commands-Gui-based-item?id=92856199 -- Take one and enjoy! Read the description, has a lot of information. |
|
|
| Report Abuse |
|
|
Azarth
|
  |
| Joined: 17 Aug 2012 |
| Total Posts: 2760 |
|
|
| 24 Oct 2012 04:38 PM |
local list = script.Parent.Parent local txt = script.Parent.Text for i,v in pairs(list:getChildren()) do txt.Text = "Current tools " ..v end
?
|
|
|
| Report Abuse |
|
|
jatl8
|
  |
| Joined: 07 Aug 2009 |
| Total Posts: 17439 |
|
|
| 24 Oct 2012 04:38 PM |
Any code? Well if I'm asking for a script, why would this thread include a code?
Please use common sense. |
|
|
| Report Abuse |
|
|
|
| 24 Oct 2012 04:39 PM |
aza, how is that making him learn?
http://www.roblox.com/CeaselessSouls-Admin-Commands-Gui-based-item?id=92856199 -- Take one and enjoy! Read the description, has a lot of information. |
|
|
| Report Abuse |
|
|
jatl8
|
  |
| Joined: 07 Aug 2009 |
| Total Posts: 17439 |
|
|
| 24 Oct 2012 04:39 PM |
@Azarth
Thanks let me try that out. |
|
|
| Report Abuse |
|
|
L2000
|
  |
| Joined: 03 Apr 2008 |
| Total Posts: 77448 |
|
|
| 24 Oct 2012 04:39 PM |
For that script, you'd likely need to combine :GetChildren() on the "Tools" model, then from there putting each of their names into the GUI.
Attempt to create a script to do that. If you have problems, try searching for help on the wiki, or post here again with a specific question (Or the script). |
|
|
| Report Abuse |
|
|
|
| 24 Oct 2012 04:40 PM |
jat, if you don't know how to script nor know how to read(not even know how this forum works) don't bother posting something like, and if it's so simple why don't you make it?
Please use common sense.
http://www.roblox.com/CeaselessSouls-Admin-Commands-Gui-based-item?id=92856199 -- Take one and enjoy! Read the description, has a lot of information. |
|
|
| Report Abuse |
|
|
jatl8
|
  |
| Joined: 07 Aug 2009 |
| Total Posts: 17439 |
|
|
| 24 Oct 2012 04:40 PM |
@Cea
He just taught me how to do what I was looking for. Now I know how to do it.
kthx |
|
|
| Report Abuse |
|
|
|
| 24 Oct 2012 04:41 PM |
Everything L2 said is true, I guess I should of said that... Yes, you would use GetChildren().
http://www.roblox.com/CeaselessSouls-Admin-Commands-Gui-based-item?id=92856199 -- Take one and enjoy! Read the description, has a lot of information.
http://www.roblox.com/CeaselessSouls-Admin-Commands-Gui-based-item?id=92856199 -- Take one and enjoy! Read the description, has a lot of information. |
|
|
| Report Abuse |
|
|
Azarth
|
  |
| Joined: 17 Aug 2012 |
| Total Posts: 2760 |
|
|
| 24 Oct 2012 04:41 PM |
| @ceaselesssoul Creating random scripts help me. :P |
|
|
| Report Abuse |
|
|
jatl8
|
  |
| Joined: 07 Aug 2009 |
| Total Posts: 17439 |
|
|
| 24 Oct 2012 04:42 PM |
@Cea
Please, be more original. In other words, don't say what I said in my other posts.
Anyways, I come here for help from scripters.
If you haven't noticed the title of this forum is "Scripting Helpers"
Mk. |
|
|
| Report Abuse |
|
|
|
| 24 Oct 2012 04:42 PM |
Stupid siggy double post, -_-... Anyway, what I meant is you don't, because when people ask for a script(like yourself) they just want it, not to learn from it. That's all I have to say, that's the only reason I don't like requests. It makes the person requesting thinks (s)he can get whatever they want, and not learn.
http://www.roblox.com/CeaselessSouls-Admin-Commands-Gui-based-item?id=92856199 -- Take one and enjoy! Read the description, has a lot of information. |
|
|
| Report Abuse |
|
|
|
| 24 Oct 2012 04:43 PM |
aza, oh... Nice job, bye the way. jat, yes, it's called Scripting Helpers, not Script Makers.
http://www.roblox.com/CeaselessSouls-Admin-Commands-Gui-based-item?id=92856199 -- Take one and enjoy! Read the description, has a lot of information.
http://www.roblox.com/CeaselessSouls-Admin-Commands-Gui-based-item?id=92856199 -- Take one and enjoy! Read the description, has a lot of information. |
|
|
| Report Abuse |
|
|
|
| 24 Oct 2012 04:44 PM |
FREAKING REALLY THAT AUTO-SIG GLITCH GETS ANNOYING...
http://www.roblox.com/CeaselessSouls-Admin-Commands-Gui-based-item?id=92856199 -- Take one and enjoy! Read the description, has a lot of information. |
|
|
| Report Abuse |
|
|
jatl8
|
  |
| Joined: 07 Aug 2009 |
| Total Posts: 17439 |
|
|
| 24 Oct 2012 04:44 PM |
@Ceas
If that's the case and you want more proof I'm not using Scripting Helpers to get scripts (In that case they should change the title of this Forum) then please take a look at my places. I've scripted all of them.
|
|
|
| Report Abuse |
|
|
|
| 24 Oct 2012 04:46 PM |
Your proof..? You could say that, but got most of it from free models, and you've yet to answer my question... Why if this script was so simple you couldn't of scripted it yourself?
http://www.roblox.com/CeaselessSouls-Admin-Commands-Gui-based-item?id=92856199 -- Take one and enjoy! Read the description, has a lot of information. |
|
|
| Report Abuse |
|
|
jatl8
|
  |
| Joined: 07 Aug 2009 |
| Total Posts: 17439 |
|
|
| 24 Oct 2012 04:46 PM |
Script Makers? I need scripting help, I don't want you guys to make me a script. When did I ever say that? I want you guys to tell me what to use, like L2 just did.
|
|
|
| Report Abuse |
|
|
|
| 24 Oct 2012 04:47 PM |
What was with this: "I need a very simple script."? Also, I will admin you make some nice game logos.
http://www.roblox.com/CeaselessSouls-Admin-Commands-Gui-based-item?id=92856199 -- Take one and enjoy! Read the description, has a lot of information. |
|
|
| Report Abuse |
|
|
jatl8
|
  |
| Joined: 07 Aug 2009 |
| Total Posts: 17439 |
|
|
| 24 Oct 2012 04:47 PM |
Ugh, you're starting to annoy me.
If you just come to start flaming other people, I'd suggest Off Topic or Roblox Talk. They have more mods there. c:
I just need a simple orientation. If you can't give me that orientation don't post at all. |
|
|
| Report Abuse |
|
|
Azarth
|
  |
| Joined: 17 Aug 2012 |
| Total Posts: 2760 |
|
| |
|
|
| 24 Oct 2012 04:49 PM |
If you're asking for a script or don't supply code then don't post at all. You're starting to annoy me, too just to let you know.
http://www.roblox.com/CeaselessSouls-Admin-Commands-Gui-based-item?id=92856199 -- Take one and enjoy! Read the description, has a lot of information. |
|
|
| Report Abuse |
|
|
jatl8
|
  |
| Joined: 07 Aug 2009 |
| Total Posts: 17439 |
|
|
| 24 Oct 2012 04:51 PM |
Like I said in my later post, stop saying what I'm saying. You honestly lack of originality.
I'm just asking for orientation on how to do it. And once again, if you can't help me with that orientation please leave this thread or just don't post. |
|
|
| Report Abuse |
|
|