roblox studio global team only voicechat - scripting

hey let me get strait to the point. im working on a roblox game based on GTA 5 but in the style of dutch. but i want to add a radio for the police but i want to make it with voice chat instead of normal chat anyone know how to make voicechat server wide only for 1 team?
also i woud like it to heave a function that you can disable and enable the radio and mute your self with a text or image button in a gui
idk how to do this so i realy hope someone can help me out there
i dident realy try anything yet because i dont know where to start
as well i gave most information in the problem details
i really hope someone will be able to help me and my community
if you like to help us further you can become a developer on our project
just join the discord and wait for a open solicitation
Discord

Related

wacom and myscript set handwritng recognition function

im not sure if its the right place to put my question, but i think maybe get an answer here.
the last few days thinking about a way to make μυ work easier.
What I want is to write by hand and convert into text on the computer.
namely when I am on a page with multiple text forms like this im writing now,
when i choose a text form with a pen (like wacom graphic tablet) write on a surface and the automaticaly when i stop or pressing a button the text turn into text in the form.
my title say about wacom because i found bamboo scribe.. if someone uses this please explain me whats can do and if can work for me.
i test myscript. with fullscreen tool wich you can write everywhere on the screen is easiest but when you finish you have to press a button on the program to insert the text in the selected area.
so my question is there any way to press that button with the button placed on stylus pen?
i saw that you can set functions when a button clicked on the wacom tablet or on pen.
i have not bought yet anything because im searching if is out there anything could do what i want better. something made for that particular job
Thanks and sorry for my bad english..

Interact with webpage via webview in Metro

Searched all night but can't find an answer, hoping someone can help me out.
I need my VB Metro app to access a webpage and programatically fill in certain fields (e.g. navigate to yahoo mail, programatically fill in username, pwd and press enter.)
I've done it many times before in desktop vb using webbrowser.document.GetElementById("whatever") but it's not an option for metro apps.
So my question is, what is the GetElementById/SetAttribute equivelent for metro?
Thanks in advance!!

How to tell whereabout's my program has hung

How can i best determine whereabouts in my code a program was up to when it hung?
I've got a misbehaving app and I can't tell whats causing the issue.
Dont want to post code and ask you guys to tell me, I'd rather figure out how to figure it out myself :)
Thanks!
If it's still responsive to the Visual Studio IDE, then just press the pause button.

Code Lens Toggle Shortcut?

I totally dig the new code lens stuff in VS2013 but I feel it is to intrusive and would like to be able to toggle it on and off with my keyboard. I was wondering if anyone knows of a shortcut or an extension that will allow me to toggle it on and off? I have searched google and some forums but I am unable to find anything. I am assuming this does not exist yet since I have 0 results but I figured I would ask.
There's no shortcut for it at this stage, and you can't assign one in the VS keyboard options. I suggest people vote for this feature on the Visual Studio User Voice site.

vb.net Display/Focus/Show Form on top of PC Game

What I am trying to accomplish is this: I want to be able to press the F5 key on my keyboard, while playing a PC game, to show (bring forward, focus, etc.) my program. My 3 attempts so far have failed. Any idea on how I could accomplish my goal? Similar posts on other forums say to set the form's key preview to true and use on keyPress... which failed.
Thank you,
Anonymous
Here is the question about capturing global mouse / keyboard, you can try using it in VB.NET and test it, though I guess you only don't want to be caught while playing games during work. ;)
Also I definitely suggest this link from it. :)