@quenty/inputkeymaputils
System to define rebindable key bindings and inputs for Roblox.
Found 291 results for Nevermore
System to define rebindable key bindings and inputs for Roblox.
Generalized networked cooldown system for Roblox
Tracks a player's current team, since the Team property is unreliable
Centralized service to override motors on humanoids and other places
Color palette system for Roblox
Group utility functions for Roblox
Localized text utils which changes translationKey structures to shared locations
HumanoidTracker for Roblox - Tracks a player's character's humanoid
Rendering functionality for viewportFrames
Scores actions and picks the highest rated one every frame
Utility system that leverages the binder system to hide authored objects. Centralized here for cross-system communication.
CharacterUtils
Utility methods for R15 Characters
Bind to game close API in a centralized location.
Death report service which will track the deaths of players
Provides utility functions involving input objects
Base UI object with visibility and a maid
Utility service that provides text filtering to the client
Determines if parts are touching or not
General physics library for use on Roblox
Roguelike properties which can be modified by external provides
Contains model information for the current button
Centralized spawning system
Utility functions involving binders and links
Utlity functions to help find friends of a user. Also contains utility to make testing in studio easier.
Bridges attributes and serialization
Providers screenGuis with a given display order for easy use
Trace input mode state and trigger changes correctly
Adds Enabled/Disabled state to class
Holds utilities to work with Roblox seats
Adds GUI based particle engine to Roblox
Scale ratios for the UI on different devices
Adornee based conditional system that is sufficiently generic to script gameplay.
CFrame representation as a quaternion for Roblox
A Lorem Ipsum generator in Roblox
Provides utility functions to work with the Roblox AvatarEditorService
A utility library to debug things in 3D space for Roblox.
Tracks the equipped player of a tool
Provide wrapper around chat system to allow tags to be set
Provides animations for anything tagged with "AnimationContainer" and from a folder named "Animations" in ReplicatedStorage.
Body color helper utilities for merging and representing body colors over the network and datastore
Handles reset requests since Roblox's reset system doesn't handle ragdolls correctly
CFrameUtils for Roblox
Roguelike humanoid properties which can be modified
Holds single toggleable actions (like a tool system)
Service that takes active input modes from the player and exposes it to every other player via the server.
This service lets you shut down servers without losing a bunch of players. When game.OnClose is called, the script teleports everyone in the server into a reserved server.
Holds utilities involving the Roblox TextService and text fitting to size.
Cubic Spline implementation for Roblox
Generalized undo stack for Roblox
Utility library for detecting multiple clicks or taps. Not good UX, but good for opening up a debug menus
Binary search for Roblox
Tries to racket a rope constraint back down to a reasonable length
UI object utils library for Roblox
Snackbars provide lightweight feedback on an operation at the base of the screen. They automatically disappear after a timeout or user interaction. There can only be one on the screen at a time.
Creates an inertia based scrolling frame that is animated and has inertia frames Alternative to a Roblox ScrollingFrame with inertia scrolling and complete control over behavior and style
Provides a Roblox Lua InfluxDB client
Handles actions involving HumanoidDescription objects, including loading character appearance.
Allows transparency to manually be controlled for a character in first-person mode
Team utility methods
Color picking UI system for Roblox.
Helps with Gui visiblity showing and hiding
Pseudo localizes text. Useful for verifying translation without having actual translations available
InsertServiceUtils to make loading models via insert service easy
Utility methods for Roblox Color3 values
Quenty's TimeSyncService keeps time synchronized between all clients and the server
Utility methods for playing back animations on Roblox
Spritesheet utility for Roblox including a built-in InputImageLibrary
Utility functions to ensure that content is preloaded (wrapping calls in promises)
Handles humanoid speed in a centralized location
Secrets storage system and API surface
Depth of field service to allow multiple systems to write depth of field
Sound playback helper
Solves linear systems
Utility methods around Selection service. Useful for plugins and stories.
Utilities to advance over the Roblox pages API surface
JSON utility functions for Roblox Lua
Provides centralized API surface for screenshot hud API
Utility functions for teleport srevice
Property value for Roblox instances
Help manage the visibility of GUIs while only constructing the Gui while visible
Utilities involving UserService in Roblox
Clip characters locally on the client of other clients so they don't interfer with physics.
Quenty's radial image system
Utility functions for debugging, builds a Roblox character rig
Utility functions involving badges on Roblox
Provides utility methods for MarketplaceService
Linear timed tweening model
Key based CoreGuiEnabler, singleton Use this class to load/unload CoreGuis / other GUIs, by disabling based upon keys Keys are additive, so if you have more than 1 disabled, it's ok.
Handles logic for reactive bounding box monitoring
Holds utility methods for textboxes
Memoization library
Handles playing back animated spritesheets
Utility methods to help with Roblox asset id
Allow transitions between skyboxes
Centralize receipt processing within games since this is a constrained resource.
Elo rating utility library.
Helps count a total value
Utility functions wrapping SocialService with promises
Queue system for prompts and other UI
Adds the optional function to Roblox for Nevermore require
Aggregates async promise requests
Utility functions to retrieve and manipulate the Animator object on Roblox from a humanoid.
Model for dragging buttons around
Utility functions involving haptic feedback on gamepads for Roblox
Service and utility methods to working with sound groups and sounds in Roblox
CLI interface for Nevermore
Provides a wrapper for AssetService's async calls
Utility methods for Region3
Utility functions for grabbing the Roblox API from the web
Service that orchistrates transparency setting from multiple colliding sources and handle the transparency appropriately. This means that 2 systems can work with transparency without knowing about each other.
Provides utilities for working with Roblox's streaming system
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.
Octree implementation for Roblox - fast spatial queries
Allows a model to have transparent set locally on the client
Handles logic for creating a "preferred" parent container or erroring if it already exists
Helps get the default or zero value for value types in Roblox
Utility methods for async methods in Players service
Utility functions involving sounds and their state
Utility functions to work with the CoreGui
A text label with most general properties of a textlabel, except when text is set, it rotates uniformly like an old clock, animating in a satisfying way
Sanitizes UGC hats and other items
Utility functions for filtering text
Funnel utility class
Utility functions for manipulating terrain
Module for working with Region3int16
Quenty's RandomUtils, utility functions for Roblox
HttpPromise - Wrapper functions around http requests in Roblox.
Reimplementation of Player:GetUserThumbnailAsync but as a promise with retry logic
Utility function to create network ropes which hint to Roblox that two assemblies should be considered to be owned by the same network owner.
Utility service to enable or disable mouse shift lock on the fly on Roblox.
Utilities involving pathfinding in Roblox
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.
Utility methods to query policies for players from PolicyService.
AdorneeUtils - Generic adornee functions to make attaching to objects in Roblox easier.
Utility functions for memory store srevice
Utility methods for tools
Sets properties on the client and then replicates them to the server
Queue class with better performance characteristics than table.remove()
CameraStoryUtils - utility functions for 3D viewport hoarcekat stories.
Utility for teleporting humanoids
Utility functions to create and manipulate NoCollisionConstraints between Roblox objects
Identify parts that are potentially exposed to an explosion using a random vector raycasting
Utility functions involving 3D and 2D geometry
Undo stack for rodux
Function that uses raycasting to determine the groundplane in Roblox
Simple mixin to generate code for a class
Action provider for rodux
Utility functions for Color sequences in Roblox.
Provides a utility method to clearing selection images with blank values.
Bounding box utilties. Prefer model:GetBoundingBox() in most cases. However, sometimes grouping isn't possible.
Gets the relative move direction from the camera and the humanoid allowing Roblox's input system to be layered on top of a camera system.
Allows the appearance of a model to be overridden. Most commonly used when placing down an object in a building game.
Utility functions for messaging srevice
Mouse over mixin for general utility button mouse over effects
Wraps the rbxthumb URL api surface.
Builds a pill backing for Guis. Substitute for UICorner object.
Sets a mechanisms cframe
Optimized these functions for speed as well as preserving fidality. In the future, use Roblox's orthogonal angle format.
Utility functions involving NumberSequences on Roblox
Utility methods to format countdown text
A group of utility functions to be used to help create visual effectcs with ROBLOX GUIs
Lua implementation of fzy string search algorithm
Elliptic curve cryptography forked from BoatBomber, forked from ComputerCraft
Repeats raycasting attempts while ignoring items via a filter function
Utility functions to help serialize Color3 values
Tags and retrieves killer
Holds utilitity for playing back particles
Provides a way to transform from a class to a singleton
Quaternion data type
Utility methods for Rect data object
Utility for measuring and optimizing performance
Utility methods for voice chat
Utility functions to automatically detect the version a game is running at
Utility function for estimating low and high arcs of projectiles. Solves for bullet drop given
Convex hull computation algorithms
Holds rich text utility methods
Renders and parses markdown on Roblox.
NetworkOwnerService - Tracks a stack of owners so ownership isn't reverted or overwritten in delayed network owner set.
Calculate experience on an exponential curve and perform relevant calculations Uses formulas from stackoverflow.com/questions/6954874/php-game-formula-to-calculate-a-level-based-on-exp
UTF8 utility library
Utility functions involving functions
Creates a 1920x1080 scaling container to handle ultrawide monitors and screens in a reasonable way. This helps keep UI centered and available for ultrawide screens.
Plays particle effects for players
Library handles time based parsing / operations. Untested. Based off of PHP's time system. Note: This library is out of date, and does not necessarily work. I recommend using os.time()
Utility to position the sun and to retrieve sun information specific to Roblox.
Probability utility functions
Utility functions to deal with Roblox's mobile jump button and its position
Utility functions for animations
Module for working with Vector3int16
Utility functions involving the NumberRange structure in Roblox
General humanoid utility code.
Maps a number to a set of inputs. Useful for shortcut codes in menus.
Utility functions to create WeldConstraint objects in Roblox
Mesh utility methods
Kinematics class and utility functions
debounce a existing function by timeout
Quenty's Ragdoll system for Roblox - Floppy fun ragdolls
Make interpolation curves like CSS
2D Gui triangle rendering class
Provides utility functions to make it easy to work with network owners
Utility to get touching parts on a Roblox part. This acts as a performance-friendly way to query Roblox's spatial tree.
Provides ways to convert to or from metric
Gets the full mechanism from parts
Generic IsA interface for Lua classes.
Utility methods for accessory types
Construct a rounded backing with a shadow
Utility functions for axis angles.
Provides utility for editing buttons
Solves polynomials of certain degrees.
Utility method to transfer camera info to and from the client
Fixes an issue where you can't destroy already destroyed objects
Quenty's camera system for Roblox
Utility functions involving sounds and their state
Intended to provide an easier time navigating user inputs, regardless of platform
CLI interface for Nevermore
An animation manager for your roblox character.
A module for easily setting keybind actions to your game!
Fork of Suphis networking module
fork of bytenet for nevermore
Janitor for NevermoreEngine, with Maid backwards compatibility.
A standard state machine object for Roblox. He's your buddy that helps you manage states!
A hash generator for roblox.
Janitor for NevermoreEngine, with Maid backwards compatibility.
Checks input to determine platform game is running on for Roblox.
fork of replica for nevermore
Currency system
Optimized sound object module for Roblox.
switch implementation for Roblox
Player asset retriever for Roblox