fastalex2
|
  |
| Joined: 14 Aug 2008 |
| Total Posts: 97 |
|
|
| 03 Aug 2014 02:44 PM |
Hey guys I am making a game and I need help making a main menu gui, It's pretty simple and only has 2 buttons "Play" and "Help". I need to make it so when I click Play it closes the main menu and puts you in the game and when you click help it opens a screen that tells you about the game. I'm REALLY REALLY REALLY new to scripting so it would be a huge help if you guys would give me some scripts. You would get credit in the game.
-Best Regards Fast |
|
|
| Report Abuse |
|
|
| |
|
fastalex2
|
  |
| Joined: 14 Aug 2008 |
| Total Posts: 97 |
|
|
| 03 Aug 2014 02:50 PM |
A game where you have to fight to get points. You then use those points to buy perks, attachments for your guns etc. It's based off this game. http://www.roblox.com/classic-awp-map-place?id=460165 It's a fairly old game that went dead, sadly. So I would like to attempt to bring it back. |
|
|
| Report Abuse |
|
|
fastalex2
|
  |
| Joined: 14 Aug 2008 |
| Total Posts: 97 |
|
|
| 03 Aug 2014 02:51 PM |
@CaptainSource
Party me if you decide to help. |
|
|
| Report Abuse |
|
|
alvin1104
|
  |
| Joined: 22 Feb 2011 |
| Total Posts: 681 |
|
|
| 03 Aug 2014 02:55 PM |
just make a script and put this:
while true do m = Instance.new("Message",workspace) Instance.new("TextLabel",workspace) m.Text = "Loading teh gui" end |
|
|
| Report Abuse |
|
|
fastalex2
|
  |
| Joined: 14 Aug 2008 |
| Total Posts: 97 |
|
|
| 03 Aug 2014 03:08 PM |
Does that do everything I asked? Because I want the help button to make another screen appear, and i want the play button to close everything and put you in the game. |
|
|
| Report Abuse |
|
|