|
| 27 Sep 2014 09:37 PM |
| I have been wondering about this for awhile and finally decided to post on the forum about it. Is there a way to create a tool that plays a certain audio when the user with the tool clicks anywhere on the screen? |
|
|
| Report Abuse |
|
|
lokkut
|
  |
| Joined: 18 Mar 2009 |
| Total Posts: 1794 |
|
|
| 28 Sep 2014 07:38 AM |
LocalScript
local m = game.Players.LocalPlayer:GetMouse() m.Button1Down:connect(function() while true do end) |
|
|
| Report Abuse |
|
|
| |
|
|
| 28 Sep 2014 10:03 AM |
| Ok that script fixed part of the problem. Another problem is how to make this availiable to users with a certain game pass. I have a game pass script but the sound once again is not playing. |
|
|
| Report Abuse |
|
|
|
| 28 Sep 2014 10:22 AM |
| Fixed the problem! Thanks! |
|
|
| Report Abuse |
|
|