|
| 18 Aug 2014 11:29 PM |
| Please? I want to learn how to do this stuff. |
|
|
| Report Abuse |
|
|
| |
|
|
| 18 Aug 2014 11:38 PM |
| Okay can you pm me? I am making a pokemon game i need to learn this stuff qq |
|
|
| Report Abuse |
|
|
|
| 18 Aug 2014 11:40 PM |
| Which kind of circumstances do you intend for the GUI to appear?. |
|
|
| Report Abuse |
|
|
|
| 18 Aug 2014 11:44 PM |
| When you join the game the gui is there so you can click which pokemon you want to be then it makes you the pokemon |
|
|
| Report Abuse |
|
|
|
| 18 Aug 2014 11:50 PM |
| If you are referring to when the player first joins the game then you could add it inside of the StarterGui. |
|
|
| Report Abuse |
|
|
| |
|
baheeg
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 72846 |
|
|
| 19 Aug 2014 01:02 AM |
@Konv
if it's a pop up gui you only want once it's wrong
Just make your gui Insert it into Workspace Name it "MyGui"
and insert this script into workspace and clone these lines of coding
game.Players.PlayerAdded:connect(function(add) newgui = Workspace.MyGui:Clone() newgui.Parent = add end)
Incase you don't have a button to remove the gui that you added in there this'll wait 3 seconds and then remove it
VVVVV
game.Players.PlayerAdded:connect(function(add) newgui = Workspace.MyGui:Clone() newgui.Parent = add wait(3) end)
|
|
|
| Report Abuse |
|
|
|
| 19 Aug 2014 06:15 PM |
| omg whre is this stuff in view insert what? |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 19 Aug 2014 08:11 PM |
@sensei
yep it did, just because I lmad doesn't mean I cant do other stuff |
|
|
| Report Abuse |
|
|
|
| 19 Aug 2014 08:56 PM |
Here, I can help you. PM me if you want some, I don't charge. I am always ready to teach someone some Lua. :D
Commander of the Banana Army! FEAR ME MORTALZ |
|
|
| Report Abuse |
|
|
baheeg
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 72846 |
|
|
| 20 Aug 2014 12:22 AM |
Sen
I LMaD I'm an expert programmer
|
|
|
| Report Abuse |
|
|