Welcome to Respectful Residents, an open-source project for a game developed by R.O.E. Studios. This repository contains the first-EVER open-sourced script for the Respectful Residents game, and for the ROE studies in general. Featuring a GUI built using the RF Library. It's designed for public use and open to contributions from the community!
Respectful Residents is a game by R.O.E. Studios, providing a unique experience where players manage and interact with various residents in a fun and engaging way. This open-source project serves as an example of the GUI used in the game, built using the RF Library.
- Open-Source GUI: A fully functional and customizable GUI for managing residents in the game.
- Built with RF Library: Leverages the power of the RF Library for smooth and interactive UI elements.
- Easy to Integrate: Simple structure for developers to integrate the GUI into their own games.
- Active Community: We welcome pull requests and collaboration from the community.
We welcome contributions from developers of all levels! Here's how you can get started:
- Fork this repository by clicking the "Fork" button at the top right of this page.
- Clone your forked repository:
git clone https://github.com/your-username/Respectful_Residents.git
- Create a new branch for your feature or fix:
git checkout -b feature-branch
- Make your changes, then commit and push them:
git add . git commit -m "Add your commit message here" git push origin feature-branch
- Open a Pull Request to merge your changes back into the original repository.
To get started with the Respectful Residents script:
-
Clone the repository:
git clone https://github.com/Zglad-Creator/Respectful_Residents.git
-
Navigate to the project directory:
cd Respectful_Residents -
Run the script using your preferred Lua interpreter or game engine.
This repository contains a GUI script example for Respectful Residents, which can be integrated into any RF Library-based project. Customize the script to match the style and functionality of your game.
Thank you for checking out Respectful Residents! We hope you enjoy using and contributing to this educational project!