1.0.2 • Published 1 year ago

@rbxts/red v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago