Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prooheckcp/RobloxStateMachine

A state machine implementation for Roblox. It allows you to easily setup State Machines with States and Transitions!
https://github.com/prooheckcp/RobloxStateMachine

ai roblox state-machine state-management

Last synced: 3 months ago
JSON representation

A state machine implementation for Roblox. It allows you to easily setup State Machines with States and Transitions!

Awesome Lists containing this project

README

        

![](./gh-assets/RobloxStateMachine.png)

RobloxStateMachine is a lightweight library that simplifies the creation and management of state machines. It allows you create States and Transitions which are reusable and can contain/interact with different data.

## 📦 Installing

RobloxStateMachine can be installed in different ways, depending on your project's needs. Choose the method that suits you best:

### 🐶 Wally
Watch wally's page

```
robloxstatemachine = "prooheckcp/robloxstatemachine@>0.0.0, <10.0.0"
```

### 🔨Studio
Get the Roblox Model

### 🐙GitHub
Download from Github Releases

# 📚Start Learning

You can start learning in the docs page! https://prooheckcp.github.io/RobloxStateMachine/docs/intro

## 📷Tutorial
[RobloxStateMachine Tutorial (Studio) - YouTube](https://www.youtube.com/watch?v=7M1LkjPaEFE&ab_channel=Prooheckcp)

# ⭐ Contributing
Please leave a star on [GitHub](https://github.com/prooheckcp/RobloxStateMachine), it helps a lot!

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

# 📄 License
[MIT](https://choosealicense.com/licenses/mit/)