Xucs
|
  |
| Joined: 23 Jul 2010 |
| Total Posts: 11844 |
|
|
| 11 Apr 2015 01:08 AM |
IF you wanted to make a gui only appear when they enter, would it be:
game.Players.PlayerAdded()
end then
If you wanted a song to play while the GUI was visible would it be:
music = 194232694
if script.Parent.Visible == true then music:play() end
Any help?
Leveraged/tixmaker101 + 55k posts | |
|
|
| Report Abuse |
|
|
Exsius
|
  |
| Joined: 11 Jan 2010 |
| Total Posts: 6340 |
|
|
| 11 Apr 2015 01:10 AM |
| Uhhh this script wouldn't even work. |
|
|
| Report Abuse |
|
|
Xucs
|
  |
| Joined: 23 Jul 2010 |
| Total Posts: 11844 |
|
|
| 11 Apr 2015 01:11 AM |
21
Leveraged/tixmaker101 + 55k posts | |
|
|
| Report Abuse |
|
|
Xucs
|
  |
| Joined: 23 Jul 2010 |
| Total Posts: 11844 |
|
|
| 11 Apr 2015 01:11 AM |
@exsius
"Any help"
Why do you think I posted this?
I haven't worked with audio before..
Leveraged/tixmaker101 + 55k posts | |
|
|
| Report Abuse |
|
|
Xucs
|
  |
| Joined: 23 Jul 2010 |
| Total Posts: 11844 |
|
|
| 11 Apr 2015 01:13 AM |
31
Leveraged/tixmaker101 + 55k posts | |
|
|
| Report Abuse |
|
|
Mixernxer
|
  |
| Joined: 06 Sep 2008 |
| Total Posts: 14112 |
|
|
| 11 Apr 2015 01:15 AM |
| this code is on life support becuase its so broken |
|
|
| Report Abuse |
|
|
Exsius
|
  |
| Joined: 11 Jan 2010 |
| Total Posts: 6340 |
|
|
| 11 Apr 2015 01:22 AM |
Music = (sound directory) GUI = (GUI directory)
game.Players.PlayerAdded() Wait()
GUI.Visible = true
Music:Play()
Wait(how long you want)
GUI:Destroy()
Music:Stop() Music:Destroy
|
|
|
| Report Abuse |
|
|
Exsius
|
  |
| Joined: 11 Jan 2010 |
| Total Posts: 6340 |
|
|
| 11 Apr 2015 01:27 AM |
Oops at the end of music:Destroy add a ()
Also add a end at the bottom |
|
|
| Report Abuse |
|
|