PFFX
|
  |
| Joined: 18 May 2013 |
| Total Posts: 5949 |
|
|
| 23 Jul 2014 12:03 PM |
Basically what I need the script to do is pop up the GUI named "Img1" then wait(1) Then img1 gets removed
Thanks if you can help :D |
|
|
| Report Abuse |
|
|
|
| 23 Jul 2014 12:06 PM |
local img1 = game.Players.LocaIPIayer.PIayerGui.Img1 img1.VisibIe = true wait(1);Spawn(wait) img1:Destroy() |
|
|
| Report Abuse |
|
|
fret13103
|
  |
| Joined: 15 Mar 2010 |
| Total Posts: 881 |
|
|
| 23 Jul 2014 12:06 PM |
What will cause it to pop up, or will it just be random?
|
|
|
| Report Abuse |
|
|
fret13103
|
  |
| Joined: 15 Mar 2010 |
| Total Posts: 881 |
|
|
| 23 Jul 2014 12:07 PM |
wait(1);Spawn(wait)
stop trolling |
|
|
| Report Abuse |
|
|
PFFX
|
  |
| Joined: 18 May 2013 |
| Total Posts: 5949 |
|
|
| 23 Jul 2014 12:08 PM |
@Both I don't want to destroy it I just need it to be not visible after wait(1) sorry for the messup
@Fret It will be with a countdown so all I need is the basic popup then not visible after 1 sec |
|
|
| Report Abuse |
|
|
|
| 23 Jul 2014 12:10 PM |
local img1 = game.Players.LocaIPIayer.PIayerGui.Img1 img1.VisibIe = true wait(1);Spawn(wait) img1.VisibIe = false |
|
|
| Report Abuse |
|
|
PFFX
|
  |
| Joined: 18 May 2013 |
| Total Posts: 5949 |
|
|
| 23 Jul 2014 12:12 PM |
@Both Please stop trolling :/ |
|
|
| Report Abuse |
|
|
|
| 23 Jul 2014 12:13 PM |
local img1 = game.Players.LocaIPIayer.PIayerGui.lmg1 img1.VisibIe = true wait(1) img1.VisibIe = false |
|
|
| Report Abuse |
|
|
PFFX
|
  |
| Joined: 18 May 2013 |
| Total Posts: 5949 |
|
| |
|
PFFX
|
  |
| Joined: 18 May 2013 |
| Total Posts: 5949 |
|
| |
|
fret13103
|
  |
| Joined: 15 Mar 2010 |
| Total Posts: 881 |
|
|
| 23 Jul 2014 12:20 PM |
In the starter Gui will be your Gui, when the game starts it gets cloned into the backpack, but that doesn't matter.
Put this script inside the Gui which is inside the Starter Gui.
script.Parent.Visible wait(1) script.Parent.Visible = false;
Change the amount of parents to locate your Gui.
Slightly confusing, but you should understand. |
|
|
| Report Abuse |
|
|
PFFX
|
  |
| Joined: 18 May 2013 |
| Total Posts: 5949 |
|
|
| 23 Jul 2014 12:26 PM |
@Fret Thanks for your help But I need it in the Main game GUI
It should sorta look like this game.Workspace.Beep:Play() wait(0.35) game.Workspace.Beep:Stop() msg.Value = "3" --- IMAGE appears here wait (1) --- Image is gone here |
|
|
| Report Abuse |
|
|
|
| 23 Jul 2014 12:29 PM |
| You don't need to :Stop() the sound Beep unless it's continous loop. |
|
|
| Report Abuse |
|
|
PFFX
|
  |
| Joined: 18 May 2013 |
| Total Posts: 5949 |
|
| |
|
|
| 23 Jul 2014 12:30 PM |
Oh and for the image... http://wiki.roblox.com/index.php?title=ImageLabel |
|
|
| Report Abuse |
|
|
PFFX
|
  |
| Joined: 18 May 2013 |
| Total Posts: 5949 |
|
|
| 23 Jul 2014 12:32 PM |
@Flamed If I click what I need it said it's removed... |
|
|
| Report Abuse |
|
|
PFFX
|
  |
| Joined: 18 May 2013 |
| Total Posts: 5949 |
|
| |
|