|
| 11 Oct 2014 05:15 PM |
make it so that when you click a button it plays music??
(Sorry for wrong forum, nobody replies in Scripting help :<) |
|
|
| Report Abuse |
|
|
|
| 11 Oct 2014 05:16 PM |
| Try some FMs. Good luck though! :) |
|
|
| Report Abuse |
|
|
| |
|
| |
|
Seizures
|
  |
| Joined: 04 May 2014 |
| Total Posts: 279 |
|
|
| 11 Oct 2014 05:18 PM |
| Yes, although it'd be much easier to just take a free model, since there are a few steps before you just stick a script in a brick. |
|
|
| Report Abuse |
|
|
|
| 11 Oct 2014 05:19 PM |
@Dan
That doesn't help. I mean does anyone know how to make it so that when you click a brick, music plays. |
|
|
| Report Abuse |
|
|
|
| 11 Oct 2014 05:19 PM |
http://wiki.roblox.com/index.php?title=Making_an_onClicked_script
Indian of ATR |
|
|
| Report Abuse |
|
|
| |
|
|
| 11 Oct 2014 05:24 PM |
FM = Free models.
You can find them via library. |
|
|
| Report Abuse |
|
|
Plusly
|
  |
| Joined: 01 Mar 2013 |
| Total Posts: 10819 |
|
| |
|
Krimulous
|
  |
| Joined: 17 Mar 2011 |
| Total Posts: 7993 |
|
|
| 11 Oct 2014 05:26 PM |
i do, assuming you want a TextButton GUI to be clicked
put the script inside the TextButton
local sound = game.Workspace.Sound --change .Sound to the name of your music in workspace
script.Parent.MouseButton1Down:connect(function() sound:Play() end)
settle down easy jim |
|
|
| Report Abuse |
|
|
| |
|
|
| 11 Oct 2014 05:41 PM |
| Good luck, OP. Hope your game goes well. :) |
|
|
| Report Abuse |
|
|