rbxts-chrono
v2.0.0
Published
TypeScript types for Chrono - Custom Character Replication for Roblox
Maintainers
Readme
rbxts-chrono
TypeScript type definitions for Chrono - a custom character replication library for Roblox.
Installation
npm install rbxts-chronoUsage
import Chrono from "rbxts-chrono";
// Start Chrono
Chrono.Start();
// Create an entity
const entity = new Chrono.Entity("default", model);
// Set entity CFrame
entity.SetCFrame(new CFrame(0, 10, 0));
// Listen for events
Chrono.Events.EntityAdded.Connect((entity) => {
print("Entity added:", entity.GetModel());
});Links
License
MIT
