470
edits
(→Roblox object hierarchy: fix incorrect object placement) |
No edit summary |
||
Line 1: | Line 1: | ||
I once created a very simple link between a Roblox and Minecraft Java game server. It only reported positions from the Minecraft world to Roblox. Later I made something that could return chunks from the world but the code for that is buried somewhere. | I once created a very simple link between a Roblox and Minecraft Java game server. It only reported positions from the Minecraft world to Roblox. Later I made something that could return chunks from the Minecraft world and recreate it in Roblox but the code for that is buried somewhere. (Maybe it would be more efficient these days due to parallel Luau!) | ||
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. It also does not filter Minecraft usernames | 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, which would not work that well anyway. | ||
* [https://www.youtube.com/watch?v=9LZulfFOEvA Video on YouTube] | * [https://www.youtube.com/watch?v=9LZulfFOEvA Video on YouTube] |