https://github.com/themusaigen/talkie
Roblox remote communication module.
https://github.com/themusaigen/talkie
module network remote-communicate roblox
Last synced: 2 months ago
JSON representation
Roblox remote communication module.
- Host: GitHub
- URL: https://github.com/themusaigen/talkie
- Owner: themusaigen
- License: mit
- Created: 2024-08-30T14:24:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T12:22:31.000Z (8 months ago)
- Last Synced: 2024-09-18T16:43:05.910Z (8 months ago)
- Topics: module, network, remote-communicate, roblox
- Language: Lua
- Homepage: https://themusaigen.github.io/Talkie/
- Size: 640 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Talkie
Talkie is a Roblox module for remote communicating. Based on [Comm module](https://github.com/Sleitnick/RbxUtil/tree/main/modules/comm) from [Stephen Leitnick](https://github.com/Sleitnick).
## Installation
Use the package manager [Wally](https://wally.run/) to install Talkie.
### Install Wally
```bash
aftman init
aftman add UpliftGames/wally
aftman install
```### Create new Wally project (or use the already created)
```bash
wally init
```### Install Talkie
Add this line into `dependencies` on your `wally.toml` file```bash
Talkie = "themusaigen/[email protected]"
```## Usage
https://github.com/themusaigen/Talkie/blob/29419684f6a36b01b5eacad8aa3737055a3715ed/examples/client/Basic.client.lua#L1-L26
https://github.com/themusaigen/Talkie/blob/29419684f6a36b01b5eacad8aa3737055a3715ed/examples/server/Basic.server.lua#L1-L25For other examples see `examples` folder.
## License
[MIT](https://choosealicense.com/licenses/mit/), see `LICENSE` for detailed information.