|
| 11 Apr 2012 01:44 AM |
I need a good one to edit..one of those when you join a game and it says "Welcome" with a paragraph beneath it, then say "Play" all in front of a colored box.
-RF |
|
|
| Report Abuse |
|
|
Cheater
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 5258 |
|
|
| 11 Apr 2012 01:49 AM |
| I'm not sure if anyone will create this for you, when people still think this is a non-request forum. Also I think this script maybe is a little bit longer. Also there are different ways. What you need is some knowledge of GUI's to create a simple frame where it says "Welcome" and "Play" to click. The "Play" must be the one you can click (Not the TextBox). Just make it like this, as soon as a player joins, the script waits for the character and than moves it into the lighting (or copies it and removes the one existing). Also the frame will now be visible, which wasn't before. As soon as the player clicks "Play" the frame goes invisible again and the character will be returned. |
|
|
| Report Abuse |
|
|
25564
|
  |
| Joined: 01 Jun 2009 |
| Total Posts: 77 |
|
|
| 11 Apr 2012 01:52 AM |
| Not really its not long but im not going to make it |
|
|
| Report Abuse |
|
|
| |
|
Techwiz19
|
  |
| Joined: 30 Jan 2011 |
| Total Posts: 462 |
|
|
| 11 Apr 2012 07:13 AM |
| Its an easy script... if its the guis you cant make, go to GUI Helpers (I know there is no such thing, thats the point) |
|
|
| Report Abuse |
|
|
awas3
|
  |
| Joined: 24 Oct 2010 |
| Total Posts: 2854 |
|
|
| 11 Apr 2012 07:29 AM |
Here is the script:
script.Parent.MouseButton1Down:connect(function() script.Parent.Visible = true end)
|
|
|
| Report Abuse |
|
|