Fishheart
|
  |
| Joined: 31 Mar 2010 |
| Total Posts: 74301 |
|
|
| 20 Jul 2014 07:39 AM |
The "declined trade" noise scares the crap out of me every time I hear it.
Could you make a way to toggle the sound?
I listen to music and stuff, so I can't just mute my sounds.
OT: Offer on 200k robux and 230k+ rap |
|
|
| Report Abuse |
|
|
flonk28
|
  |
| Joined: 17 Sep 2008 |
| Total Posts: 42319 |
|
|
| 20 Jul 2014 07:40 AM |
| inb4 he inserts horror scream music lol |
|
|
| Report Abuse |
|
|
Fishheart
|
  |
| Joined: 31 Mar 2010 |
| Total Posts: 74301 |
|
|
| 20 Jul 2014 07:40 AM |
I just don't expect it.
It gets me every time. |
|
|
| Report Abuse |
|
|
Fishheart
|
  |
| Joined: 31 Mar 2010 |
| Total Posts: 74301 |
|
| |
|
Fishheart
|
  |
| Joined: 31 Mar 2010 |
| Total Posts: 74301 |
|
| |
|
|
| 20 Jul 2014 07:47 AM |
fishheart since ur mah friend i wont do it but
i rly want to send you terrible trades and let you decline it xd |
|
|
| Report Abuse |
|
|
WebGL3D
|
  |
| Joined: 04 Sep 2013 |
| Total Posts: 28311 |
|
|
| 20 Jul 2014 07:47 AM |
Sorry xp Here's a temporary fix to turn it off: Go to the chrome://extensions page Check the "Developer mode" box Scroll down to "ROBLOX+" Open the background page Put this in the console, and press enter:
SoundService.playId = function(){}; // just this one line
Sounds have now been turned off from ROBLOX+
~ 1Topcop ~ WebGL3D ~ Java3D ~ Data3D |
|
|
| Report Abuse |
|
|
Fishheart
|
  |
| Joined: 31 Mar 2010 |
| Total Posts: 74301 |
|
|
| 20 Jul 2014 07:48 AM |
| Lol, but then I'd be expecting the sound because I declined it. |
|
|
| Report Abuse |
|
|
Fishheart
|
  |
| Joined: 31 Mar 2010 |
| Total Posts: 74301 |
|
|
| 20 Jul 2014 07:49 AM |
| Thanks web, it's just really loud for some reason. |
|
|
| Report Abuse |
|
|
WebGL3D
|
  |
| Joined: 04 Sep 2013 |
| Total Posts: 28311 |
|
|
| 20 Jul 2014 07:50 AM |
Shouldn't be. I've got idea in mind though that should be what you're looking for ;p
~ 1Topcop ~ WebGL3D ~ Java3D ~ Data3D |
|
|
| Report Abuse |
|
|
Fishheart
|
  |
| Joined: 31 Mar 2010 |
| Total Posts: 74301 |
|
|
| 20 Jul 2014 07:50 AM |
I like the trade sent sound though.
The buzzer is just kinda loud. |
|
|
| Report Abuse |
|
|
|
| 20 Jul 2014 07:54 AM |
Turn Off That Setting In Roblox+ Den. Becuz, that is the source of it.
Shamma Lamma Mu-Mu |
|
|
| Report Abuse |
|
|
WebGL3D
|
  |
| Joined: 04 Sep 2013 |
| Total Posts: 28311 |
|
|
| 20 Jul 2014 07:56 AM |
ight, here's plan b then:
// Remove buzzer noise storage.get("SoundService-idStorage",function(ids){ SoundService.idStorage = JSON.parse(ids||"{}"); SoundService.idStorage[151186751] = ""; storage.set("SoundService-idStorage",JSON.stringify(SoundService.idStorage)); }); // Reload the extension for this to take full affect
After running that the buzzer sound will no longer be able to be played. To put it back:
// Return buzzer noise storage.get("SoundService-idStorage",function(ids){ SoundService.idStorage = JSON.parse(ids||"{}"); SoundService.idStorage[151186751] = "http://c4.rbxcdn.com/6dceafb33487f582d15f169ad4d815a8"; storage.set("SoundService-idStorage",JSON.stringify(SoundService.idStorage)); }); // Again, reload to take full affect.
~ 1Topcop ~ WebGL3D ~ Java3D ~ Data3D |
|
|
| Report Abuse |
|
|
Fishheart
|
  |
| Joined: 31 Mar 2010 |
| Total Posts: 74301 |
|
| |
|
WebGL3D
|
  |
| Joined: 04 Sep 2013 |
| Total Posts: 28311 |
|
|
| 20 Jul 2014 08:00 AM |
yeye xd I'll make Gui settings soon, but for now you have them raw xd
~ 1Topcop ~ WebGL3D ~ Java3D ~ Data3D |
|
|
| Report Abuse |
|
|
Fishheart
|
  |
| Joined: 31 Mar 2010 |
| Total Posts: 74301 |
|
| |
|