Skip to content

alex-y-z/roblox-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

roblox-utils

A mishmash of strictly typed modules ranging from novelty trinkets to genuinely useful doodads for Roblox development.

I will let fate decide which is which for now.

Modules

Module Type Description
Bezier Class Bézier curve representation
Cache Class Cache objects across modules
Rand Class Random wrapper
Semaphore Class Manage shared resources
Table Library Extension of the table library
Timer Class Track time and schedule events
Tween Library TweenService wrapper

Definitions

  • Class: object-oriented data type instantiated with a constructor like .new()
  • Library: collection of related functions
  • Service: singleton that imitates a Roblox service, initialized with :Start()

About

A smörgåsbord of Roblox utilities and Luau tidbits.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages