Hey. [size=1]perhaps a bad title don’t judge me[/size]
I’ve worked on a Twitch Notifier for the past few days and made a post about in on “Look at this cool creation” subforum and ReeseMcBlox’s post provoked conversation.
[quote]
Actually in studio, as a plugin, you could use some API to open the browser I think, let me look.
Found it:
Function void GuiService:OpenBrowserWindow(string url) [RobloxScriptSecurity]
Can’t use it though
(Actually scripts created by roblox, even in-game, would be able to use it. hint hint) [/quote]
[quote]
Would be kinda neat if there was a list of websites we could link to (i.e. twitter, youtube, roblox, twitch) and a method that would bring up a dialog asking if the user wants to open that page (much like that asking you if you want to buy a game pass/dev product). That way we can be sure no one makes them open malicious links, but we can still implement some nice functionality with GUIs like this. [/quote]
It’s pretty self explanatory, right?
You call the function, you get a confirmation dialog like so:
Of course you could only open ROBLOX, twitter, youtube and twitch links (and if the link contains mature content, the confirmation dialog would never appear. Twitter links would be hard to check but you can at least block twitch channel links and youtube videos).
With this feature, you could easily promote your other ROBLOX games from within a game, twitch streams, youtube content or your twitter.
thx