MADE BY
FEATURE:
- HIDE VOICECHAT MICROPHONE
- .
- It comes back when you speak and even a notification pops up telling you its on
- (all things you can change in the settings)
- .
- DEV NOTE:
- PUT IN AUTO EXECUTE FOR BEST RESULTS
- [DEMO]
UNIVERSAL TIMES
SCRIPT:
local UserSettings = {
['Enable_Activity_Notifer'] = true,
['Show_Bubble_When_Speaking'] = true,
}
local Script = loadstring(game:HttpGet('https://raw.githubusercontent.com/finayv2/HideVoiceChat/main/Main.lua'))()
Script:Init(UserSettings)