1.0.0 • Published 2 years ago

@rbxts/strict-instances v1.0.0

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

@rbxts/strict-instances

A library for handling instances used between the server and client on Roblox.

Features:

  • Typed RemoteEvents and RemoteFunctions that check types server side during run time. (This doesn't support tables, only types from CheckableTypes. Right now it only supports up to 4 arguments, so create an issue if more is needed.)
  • Typed attributes

Roadmap

Right now, I'm adding features as needed for my projects and will take feedback and suggestions.