@rbxts/red
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

@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!"));

Readme

Keywords

none

Package Sidebar

Install

npm i @rbxts/red

Homepage

redblox.dev/

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

30.4 kB

Total Files

23

Last publish

Collaborators

  • synpixel