Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/prooheckcp/RobloxStateMachine
- Owner: prooheckcp
- License: mit
- Created: 2023-05-05T20:28:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-12T15:55:48.000Z (6 months ago)
- Last Synced: 2024-05-13T15:34:11.507Z (6 months ago)
- Topics: ai, roblox, state-machine, state-management
- Language: Lua
- Homepage: https://prooheckcp.github.io/RobloxStateMachine
- Size: 9.81 MB
- Stars: 20
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
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/)