Skip to content

A simple Roblox map project, pre-configured for editing in VS Code.

License

Notifications You must be signed in to change notification settings

OuOSama/My-World

Repository files navigation

My World

Installation

Install these tools before starting:

  • Rojo : Synchronizes your file system with Roblox Studio. Rojo GitHub repository.
  • Rokit : Next-generation toolchain manager for Roblox projects Rokit documentation.
  • Lune (options) : A standalone Luau runtime built-in library for manipulating Roblox place & model files, and their instances Lune documentation
  • Luau Language Server : Offers autocompletion and diagnostics for Luau scripts. Download the VS Code Extension.
  • Luau Language Server Companion : Enhances your scripting experience in Roblox Studio by connecting to the Luau Language Server. Install the Plugin.

VS Code Extension (Recommended)

To set up the project easily from scratch, install the following recommended VS Code extensions:

  • Rojo : Sync Roblox Studio with your file system.
  • Stylua : Formats Luau code.
  • Selene :A Luau linter.
  • YAML : Useful for editing YAML configuration files.
  • Shell-format : Formats shell scripts.
  • Git-graph : Visualize your Git history directly in VS Code.

Getting Started

To build the place from scratch, follow these steps:

  1. Use the command below to build the .rbxlx file:
    rojo build -o "My World.rbxlx"
  2. Open the generated file My World.rbxlx in Roblox Studio.
  3. Start the Rojo server with this command:
    rojo serve

For more help, check out the Rojo documentation.

About

A simple Roblox map project, pre-configured for editing in VS Code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published