Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Roblox Resources

A collection of creator-facing resources published by Roblox: reference experiences, Studio templates, and reusable packages. These are the same samples featured in the Roblox documentation.

What's in this repo

  • experiences/ — reference experiences and Studio templates
  • packages/ — reusable Luau packages

Get started with this repo

  1. Install rokit

  2. rokit install

    You probably have to individually trust all repositories. If this command fails with a 403 or rate limiting error, you might need to add a PAT from GitHub using rokit authenticate github --token YOUR_TOKEN_HERE.

Packages

  1. cd packages
  2. mkdir your-package
  3. Copy the desired directory from a working experience running Rojo.
  4. Copy and modify an existing default.project.json and dev.project.json from another package in this repository.
  5. Run rojo serve dev.project.json from the project directory and make sure the code loads as-expected into a new Roblox experience.

Experiences

  1. cd experiences
  2. mkdir your-experience
  3. Copy the contents of your Rojo directory into this new folder.
  4. Run rojo serve from the project directory and make sure it works as-expected.

Contributing

We welcome bug fixes and minor additions. Larger contributions are challenging to review and might not be accepted. If a pull request requires internal handling, the team might direct you to file a bug report on the Developer Forum.

Please do not open issues for private bugs or security vulnerabilities—use the DevForum for those.

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages