275 packages
@quenty/acceltween
AccelTween implementation for Roblox
@quenty/accessorytypeutils
Utility methods for accessory types
@quenty/actionmanager
Holds single toggleable actions (like a tool system)
@quenty/adorneeboundingbox
Handles logic for reactive bounding box monitoring
@quenty/adorneedata
Bridges attributes and serialization
@quenty/adorneeutils
AdorneeUtils - Generic adornee functions to make attaching to objects in Roblox easier.
@quenty/adorneevalue
Adorneevalue - Helper class to transform a an adornee into relative positions/information.
@quenty/aggregator
Aggregates async promise requests
@quenty/animationgroup
A group of weighted tracks that can be played back with weighted probability. The closest example to this is the idle animation that looks around at a 1:10 ratio when you're standing still in default Roblox animation script.
@quenty/animationprovider
Provides animations for anything tagged with "AnimationContainer" and from a folder named "Animations" in ReplicatedStorage.
@quenty/animations
Utility methods for playing back animations on Roblox
@quenty/animationtrackutils
Utility functions for animations
@quenty/applytagtotaggedchildren
Class that while constructed apply a tag to any children of the parent it is given, assuming that class has the required tag. This lets you bridge tag systems since CollectionService is used as an interop model between many components in scripts.
@quenty/assetserviceutils
Provides a wrapper for AssetService's async calls
@quenty/attributeutils
Provides utility functions to work with attributes in Roblox
@quenty/avatareditorutils
Provides utility functions to work with the Roblox AvatarEditorService
@quenty/axisangleutils
Utility functions for axis angles.
@quenty/badgeutils
Utility functions involving badges on Roblox
@quenty/baseobject
BaseObject implementation with Maid attached for Roblox
@quenty/basicpane
Base UI object with visibility and a maid
@quenty/bezierutils
Make interpolation curves like CSS
@quenty/binarysearch
Binary search for Roblox
@quenty/binder
Utility object to Bind a class to Roblox object, and associated helper methods
@quenty/bindtocloseservice
Bind to game close API in a centralized location.
@quenty/blend
Declarative UI system.