|
| 11 May 2014 08:34 PM |
So far what I have is the following, both under an ImageButton.
Script 1
Button.MouseButton1Click:connect(function() script.Parent.Stuff.Visible = true wait(1) script.Parent.Stuff.Visible = false end
Script 2
while true do game.Workspace.Sound.SoundId = "http://www.roblox.com/asset/?id=135166344" script.Parent.Name = "Current Song: Choir" wait(0) script.Parent.Image = "http://www.roblox.com/asset/?id=24253545" end script.Parent.Stuff
Now, I completely understand why the sound isn't working-- I have no idea how to use it to begin with, but the GUI pop-up itself, why isn't that working? |
|
|
| Report Abuse |
|