mopy16
|
  |
| Joined: 05 Jun 2013 |
| Total Posts: 83 |
|
|
| 24 Jun 2016 09:33 PM |
*Before you say it's completely wrong, I want to say that I am new to scripting, and I was experimenting.*
-----------------------------------------------------------------------------
searching = script.Parent.Parent.SearchingServers connecting = script.Parent.Parent.ConnectingToServer waiting = script.Parent.Parent.WaitingToTeleport button = script.Parent button2 = script.Parent.Parent.Singleplayer button3 = script.Parent.Parent.Party news = script.Parent.Parent.ScrollingFrame news2 = script.Parent.Parent.news
button.MouseButton1Click:connect(function() if button.Visible == true then button.Visible = false else if button2 == true then button2.Visible = false else if button3.Visible == true then button3.Visible = false else if news.Visible == true then news.Visible = false else if news2.Visible == true then news2.Visible = false elseif searching.Visible == false then searching.Visible = true wait(3) else if connecting.Visible == false then connecting.Visible = true wait(3) else if waiting.Visible == false then waiting.Visible = true wait(3) end end end end end end end end end) |
|
|
| Report Abuse |
|
|
Lem0nzzx
|
  |
| Joined: 08 Feb 2016 |
| Total Posts: 1604 |
|
| |
|
mopy16
|
  |
| Joined: 05 Jun 2013 |
| Total Posts: 83 |
|
| |
|
Lem0nzzx
|
  |
| Joined: 08 Feb 2016 |
| Total Posts: 1604 |
|
|
| 24 Jun 2016 09:39 PM |
| You should just watch more tutorials, because I'm pretty sure there's more incorrect issues in the script. |
|
|
| Report Abuse |
|
|
lululukas
|
  |
| Joined: 23 Aug 2010 |
| Total Posts: 1043 |
|
| |
|
Lem0nzzx
|
  |
| Joined: 08 Feb 2016 |
| Total Posts: 1604 |
|
|
| 24 Jun 2016 10:31 PM |
| Most people I can help, but this? Oh boy, this is going to use some work. |
|
|
| Report Abuse |
|
|
|
| 24 Jun 2016 10:31 PM |
| Based on your script, I'd say that you don't know much about scripting. Take a look at this website's tutorials, it'll help: http://www.wiki.roblox.com/ |
|
|
| Report Abuse |
|
|