Ok, so my idea is that the owner can allow people to follow the person using a URL to the server it self.
It should be located on the left of the server.
(if there’s no way at this point)
(Example)
If i want to add my place to a sig on RBXDev forum, i could get the URL of the place or the server i’m in, and people can click the link and launch roblox server.
I think most of us would rather have either an IFrame that does it, or a script that does it that we can hookup in our own website.
Well, the problem with a Iframe, is that it can’t be used with a HTTP sync on the website, meaning you can’t request the server’s Join button, as it requies that it’s from roblox.com
“No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin '”
Because of the cookie not allowing offsite joining to the servers.