of     1   

AviatorParker
#139034004Wednesday, July 02, 2014 11:36 PM GMT

May anyone help me with this? It is going into a project that im trying to make. Thank you.
super10099
#139034236Wednesday, July 02, 2014 11:39 PM GMT

-- Put this inside the button that you want to be clicked script.Parent.MouseButton1Down:connect(function(clicked) local sound = Instance.new("Sound",script.Parent) sound.SoundId = "" sound:play() wait(5) sound:Destroy() end)
AviatorParker
#139034389Wednesday, July 02, 2014 11:40 PM GMT

Thank you!
AviatorParker
#139035877Wednesday, July 02, 2014 11:56 PM GMT

Doesn't Work...
super10099
#139036021Wednesday, July 02, 2014 11:57 PM GMT

Did you put it the sound id?
swimguy777
#139036046Wednesday, July 02, 2014 11:57 PM GMT

Did you supply a valid asset ID for the sound? Is this script in a TextButton or ImageButton? -[::ƧѡÎḾḠΰῩ::]-[::Helper of Scripting and Writer of Wikis::]
super10099
#139036224Wednesday, July 02, 2014 11:59 PM GMT

-- Put it the id of the sound http://www.roblox.com/asset/?id=
AviatorParker
#139036319Thursday, July 03, 2014 12:00 AM GMT

Yes, I put it with the sound ID.. The sound - http://www.roblox.com/asset/?id=138089340
AviatorParker
#139036373Thursday, July 03, 2014 12:01 AM GMT

And indeed it is a textbutton.
AviatorParker
#139036819Thursday, July 03, 2014 12:05 AM GMT

badump....
super10099
#139036995Thursday, July 03, 2014 12:07 AM GMT

I just tested it, it works for me :3
AviatorParker
#139037359Thursday, July 03, 2014 12:11 AM GMT

dang it ill try again
swimguy777
#139037432Thursday, July 03, 2014 12:12 AM GMT

Is your volume up? :P -[::ƧѡÎḾḠΰῩ::]-[::Helper of Scripting and Writer of Wikis::]
AviatorParker
#139037732Thursday, July 03, 2014 12:15 AM GMT

LOL I forgot to add the Sound Object to the TextButton.... I feel like an idiot now... Thank you guys for the work! :D
super10099
#139037794Thursday, July 03, 2014 12:16 AM GMT

Sound Object?

    of     1