All Projects → rojo-rbx → rbxlx-to-rojo

rojo-rbx / rbxlx-to-rojo

Licence: MPL-2.0 license
Tool to one time convert Roblox places to Rojo projects

Programming Languages

lua
6591 projects
rust
11053 projects

Projects that are alternatives of or similar to rbxlx-to-rojo

rojo.space
Rojo website
Stars: ✭ 32 (-67.35%)
Mutual labels:  roblox, rojo
vscode-rojo
Visual Studio Code plugin for Rojo
Stars: ✭ 21 (-78.57%)
Mutual labels:  roblox, rojo
Lua-Obfuscator
A Lua Obfuscator made for Roblox, but should work on most Lua applications
Stars: ✭ 84 (-14.29%)
Mutual labels:  roblox
rbx-dom
Roblox DOM and (de)serialization implementation in Rust
Stars: ✭ 76 (-22.45%)
Mutual labels:  roblox
Quicksave
DataStore abstraction library. Looking for a new maintainer.
Stars: ✭ 26 (-73.47%)
Mutual labels:  roblox
roact-material
Material design in Roblox w/ Roact!
Stars: ✭ 18 (-81.63%)
Mutual labels:  roblox
qbot
Qbot is an advanced, easy to setup, free, and unbranded Discord-Roblox ranking bot. If at any time during setting it up you need assistance, you can join the support server.
Stars: ✭ 56 (-42.86%)
Mutual labels:  roblox
StudioComponents
(WIP) Roact implementations of Roblox Studio components.
Stars: ✭ 35 (-64.29%)
Mutual labels:  roblox
prefabs
Roblox plugin for making reuseable assets and keeping them in sync across your game
Stars: ✭ 16 (-83.67%)
Mutual labels:  roblox
Lua-Obfuscator
Obfuscate your lua code because it's so easy to steal!
Stars: ✭ 69 (-29.59%)
Mutual labels:  roblox
studio-bridge
Automatic syncing of files to Roblox Studio
Stars: ✭ 12 (-87.76%)
Mutual labels:  roblox
Roblox
Some of mine and other people's old codes that we used to run them in Script Builder.
Stars: ✭ 32 (-67.35%)
Mutual labels:  roblox
roblox-js
!!!THIS PROJECT IS NO LONGER MAINTAINED!!! Execute ROBLOX website actions in node.js
Stars: ✭ 46 (-53.06%)
Mutual labels:  roblox
plasma
A declarative, immediate mode UI widget library for Roblox.
Stars: ✭ 35 (-64.29%)
Mutual labels:  roblox
Roblox-Miscellaneous
A set of ROBLOX based utilities
Stars: ✭ 21 (-78.57%)
Mutual labels:  roblox
spr
Spring-driven motion library
Stars: ✭ 43 (-56.12%)
Mutual labels:  roblox
Adonis 2.0
Roblox Server Administration System
Stars: ✭ 36 (-63.27%)
Mutual labels:  roblox
EvLightning
EvLightning is a Roblox Lua library. Its purpose is to generate realistic-looking lightning bolts. This could be used to easily add lightning strike effects to any game
Stars: ✭ 34 (-65.31%)
Mutual labels:  roblox
RobloxLsp
Roblox Luau Language Server based on Lua by sumneko.
Stars: ✭ 150 (+53.06%)
Mutual labels:  roblox
Stitch
A Roblox ECS - with an emphasis on simplicity and extendability
Stars: ✭ 16 (-83.67%)
Mutual labels:  roblox

rbxlx-to-rojo (now supports .rbxl!)

Tool to convert existing Roblox games into Rojo projects by reading their rbxl or rbxlx place files.

Using rbxlx-to-rojo

Setup

Before you can use rbxlx-to-rojo, you need the following:

  • At least Rojo 0.5.0 Alpha 12 or higher to use the tool.
  • A rbxlx place file that at least has scripts

If there aren't any scripts in the rbxlx file, rbxlx-to-rojo will return an error.

Download the latest release of rbxlx-to-rojo here: https://github.com/rojo-rbx/rbxlx-to-rojo/releases

Porting the game

Before you can port your game into Rojo projects, you need a place/model file. If you have an existing game that isn't exported:

  • Go to studio, click on any place, and then click on File -> Save to file as.

  • Create a folder and name it whatever you want.

Steps to port the game:

  1. Double-click on rbxlx-to-rojo on wherever you installed it.
  2. Select the .rbxl file you saved earlier.
  3. Now, select the folder that you just created.

If you followed the steps correctly, you should see something that looks like this:

Congratulations, you successfully ported an existing game using rbxlx-to-rojo!

License

rbxlx-to-rojo is available under The Mozilla Public License, Version 2. Details are available in LICENSE.md.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].