Roblox/Minecraft server link: Difference between revisions

From ihaveahax's Site
Jump to navigationJump to search
no edit summary
No edit summary
No edit summary
Line 3: Line 3:
The Minecraft side uses the [https://methodscript.com/ CommandHelper] plugin, which uses the MethodScript language.
The Minecraft side uses the [https://methodscript.com/ CommandHelper] plugin, which uses the MethodScript language.


This does NOT work on a live Roblox server since it expects there to be little to no latency (it doesn't deal with this well). And Roblox may not like the high volume of HTTP requests going out.
This does NOT work on a live Roblox server since it expects there to be little to no latency (it doesn't deal with this well). And Roblox may not like the high volume of HTTP requests going out. It also does not filter Minecraft usernames. Filtering them wouldn't work that well anyway.


* [https://www.youtube.com/watch?v=9LZulfFOEvA Video on YouTube]
* [https://www.youtube.com/watch?v=9LZulfFOEvA Video on YouTube]
Line 50: Line 50:


=== ServerScriptService.MCServerLink.HttpHandler ===
=== ServerScriptService.MCServerLink.HttpHandler ===
Makes a request to the server roughly every 1/6th of a second, making up to 360 requests per minute.
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
local HttpService = game:GetService('HttpService')
local HttpService = game:GetService('HttpService')

Navigation menu