1.0.2 • Published 2 years ago

@rbxts/red v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@rbxts/red

roblox-ts wrapper around Red.

Example

Server

import { Server, Clock } from "@rbxts/red";

const Net = Server("Net");

Clock(5, () => Net.FireAll("HelloWorld"));

Client

import { Client } from "@rbxts/red";

const Net = Client("Net");

Net.On("HelloWorld", () => print("Hello, world!"));
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago