Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bytebit-org/roblox-servernetworkedvalues
A Roblox-TS library for networking values from the server to the client
https://github.com/bytebit-org/roblox-servernetworkedvalues
game-development lua npm-package roblox roblox-ts
Last synced: 6 days ago
JSON representation
A Roblox-TS library for networking values from the server to the client
- Host: GitHub
- URL: https://github.com/bytebit-org/roblox-servernetworkedvalues
- Owner: Bytebit-Org
- License: mit
- Created: 2020-06-03T06:36:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-20T20:47:05.000Z (over 2 years ago)
- Last Synced: 2024-11-07T06:49:00.412Z (6 days ago)
- Topics: game-development, lua, npm-package, roblox, roblox-ts
- Language: TypeScript
- Homepage:
- Size: 346 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# roblox-ServerNetworkedValues
A Roblox-TS library for networking values from the server to the client## Installation
### roblox-ts
Simply install to your [roblox-ts](https://roblox-ts.com/) project as follows:
```
npm i @rbxts/server-networked-values
```### Wally
[Wally](https://github.com/UpliftGames/wally/) users can install this package by adding the following line to their `Wally.toml` under `[dependencies]`:
```
ServerNetworkedValues = "bytebit/[email protected]"
```Then just run `wally install`.
### From model file
Model files are uploaded to every release as `.rbxmx` files. You can download the file from the [Releases page](https://github.com/Bytebit-Org/roblox-ServerNetworkedValues/releases) and load it into your project however you see fit.### From model asset
New versions of the asset are uploaded with every release. The asset can be added to your Roblox Inventory and then inserted into your Place via Toolbox by getting it [here.](https://www.roblox.com/library/7874542045/Server-Networked-Values-Package)# Why is this still version 0.x?
Because this package does not yet have thorough unit testing, it cannot really be trusted to be a 1.x release. Once thorough unit testing is added, then this package can have a high enough degree of trust to release version 1.0.0!