@quenty/humanoidtracker
HumanoidTracker for Roblox - Tracks a player's character's humanoid
Found 329 results for Lua
HumanoidTracker for Roblox - Tracks a player's character's humanoid
Localized text utils which changes translationKey structures to shared locations
Group utility functions for Roblox
Scores actions and picks the highest rated one every frame
Helds encode Roblox enums into a string
Death report service which will track the deaths of players
Utility system that leverages the binder system to hide authored objects. Centralized here for cross-system communication.
Color palette system for Roblox
Quenty's Datastore implementation for Roblox
Provides utility functions involving input objects
Bind to game close API in a centralized location.
Utility methods for R15 Characters
Rendering functionality for viewportFrames
Trace input mode state and trigger changes correctly
Determines if parts are touching or not
A Lorem Ipsum generator in Roblox
Adds Enabled/Disabled state to class
Provides utility functions to work with the Roblox AvatarEditorService
Utlity functions to help find friends of a user. Also contains utility to make testing in studio easier.
Centralized spawning system
CharacterUtils
Holds utilities to work with Roblox seats
Centralized service to override motors on humanoids and other places
Adds GUI based particle engine to Roblox
Scale ratios for the UI on different devices
CFrame representation as a quaternion for Roblox
LRUCache library
Adornee based conditional system that is sufficiently generic to script gameplay.
Holds single toggleable actions (like a tool system)
Base UI object with visibility and a maid
Body color helper utilities for merging and representing body colors over the network and datastore
Tracks the equipped player of a tool
Provide wrapper around chat system to allow tags to be set
Holds utilities involving the Roblox TextService and text fitting to size.
Roguelike properties which can be modified by external provides
Contains model information for the current button
Tuple utility package
Handles reset requests since Roblox's reset system doesn't handle ragdolls correctly
Utility functions involving binders and links
Provides animations for anything tagged with "AnimationContainer" and from a folder named "Animations" in ReplicatedStorage.
Service that takes active input modes from the player and exposes it to every other player via the server.
Utility library for detecting multiple clicks or taps. Not good UX, but good for opening up a debug menus
Team utility methods
Cubic Spline implementation for Roblox
Utility methods for Roblox Color3 values
Color picking UI system for Roblox.
Provides a Roblox Lua InfluxDB client
Utility service that provides text filtering to the client
General physics library for use on Roblox
Handles actions involving HumanoidDescription objects, including loading character appearance.
Utility methods for playing back animations on Roblox
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.
Bridges attributes and serialization
Utility functions to ensure that content is preloaded (wrapping calls in promises)
Providers screenGuis with a given display order for easy use
Allows transparency to manually be controlled for a character in first-person mode
Handles humanoid speed in a centralized location
Depth of field service to allow multiple systems to write depth of field
Tries to racket a rope constraint back down to a reasonable length
Helps with Gui visiblity showing and hiding
Help manage the visibility of GUIs while only constructing the Gui while visible
Secrets storage system and API surface
Spritesheet utility for Roblox including a built-in InputImageLibrary
Utilities to advance over the Roblox pages API surface
Clip characters locally on the client of other clients so they don't interfer with physics.
Provides centralized API surface for screenshot hud API
CFrameUtils for Roblox
Roguelike humanoid properties which can be modified
Utility methods around Selection service. Useful for plugins and stories.
Property value for Roblox instances
Binary search for Roblox
InsertServiceUtils to make loading models via insert service easy
Quenty's TimeSyncService keeps time synchronized between all clients and the server
Utility functions for teleport srevice
Utilities involving UserService in Roblox
Generalized undo stack for Roblox
UI object utils library for Roblox
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.
Linear timed tweening model
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.
Utility functions involving badges on Roblox
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
Utility functions for debugging, builds a Roblox character rig
Handles playing back animated spritesheets
A utility library to debug things in 3D space for Roblox.
Allow transitions between skyboxes
Quenty's radial image system
Handles logic for reactive bounding box monitoring
Holds utility methods for textboxes
Centralize receipt processing within games since this is a constrained resource.
Solves linear systems
Sound playback helper
JSON utility functions for Roblox Lua
Elo rating utility library.
Helps count a total value
Utility functions wrapping SocialService with promises
Provides utility methods for MarketplaceService
Pseudo localizes text. Useful for verifying translation without having actual translations available
Utility methods to help with Roblox asset id
Aggregates async promise requests
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.
Model for dragging buttons around
Service and utility methods to working with sound groups and sounds in Roblox
Utility functions to retrieve and manipulate the Animator object on Roblox from a humanoid.
Provides a wrapper for AssetService's async calls
Utility functions for grabbing the Roblox API from the web
Utility methods for Region3
Provides utilities for working with Roblox's streaming system
Queue system for prompts and other UI
Utility functions involving haptic feedback on gamepads for Roblox
Octree implementation for Roblox - fast spatial queries
Allows a model to have transparent set locally on the client
Helps get the default or zero value for value types in Roblox
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
Utility functions to work with the CoreGui
Utility functions involving sounds and their state
Utility methods for async methods in Players service
Memoization library
Utility functions for filtering text
Sanitizes UGC hats and other items
Utility service to enable or disable mouse shift lock on the fly on Roblox.
Adds the optional function to Roblox for Nevermore require
Utility functions for manipulating terrain
Utilities involving pathfinding in Roblox
Reimplementation of Player:GetUserThumbnailAsync but as a promise with retry logic
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.
AdorneeUtils - Generic adornee functions to make attaching to objects in Roblox easier.
Utility methods for tools
Utility methods to query policies for players from PolicyService.
Handles logic for creating a "preferred" parent container or erroring if it already exists
Module for working with Region3int16
CameraStoryUtils - utility functions for 3D viewport hoarcekat stories.
Utility functions for memory store srevice
This is a plugin for the Loxodon.Framework, which supports reading localized resources from csv files.
Provides a utility method to clearing selection images with blank values.
LoxodonFramework is a lightweight MVVM(Model-View-ViewModel) framework built specifically to target Unity3D. Databinding and localization are supported.It has a very flexible extensibility.It makes your game development faster and easier. For tutorials,e
Funnel utility class
Utility function to create network ropes which hint to Roblox that two assemblies should be considered to be owned by the same network owner.
HttpPromise - Wrapper functions around http requests in Roblox.
Identify parts that are potentially exposed to an explosion using a random vector raycasting
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.
Undo stack for rodux
Quenty's RandomUtils, utility functions for Roblox
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.
Simple mixin to generate code for a class
Builds a pill backing for Guis. Substitute for UICorner object.
Utility functions to create and manipulate NoCollisionConstraints between Roblox objects
Action provider for rodux
Utility functions for Color sequences in Roblox.
Utility functions involving 3D and 2D geometry
Utility functions for messaging srevice
Utility for teleporting humanoids
Function that uses raycasting to determine the groundplane in Roblox
Sets properties on the client and then replicates them to the server
Allows the appearance of a model to be overridden. Most commonly used when placing down an object in a building game.
Provides a way to transform from a class to a singleton
Sets a mechanisms cframe
Bounding box utilties. Prefer model:GetBoundingBox() in most cases. However, sometimes grouping isn't possible.
This is a plugin for the logging feature of Loxodon.Framework, which helps you use Log4Net in your Unity project.
Queue class with better performance characteristics than table.remove()
Wraps the rbxthumb URL api surface.
Utility functions involving NumberSequences on Roblox
Mouse over mixin for general utility button mouse over effects
LoxodonFramework is a lightweight MVVM(Model-View-ViewModel) framework built specifically to target Unity3D. Databinding and localization are supported.It has a very flexible extensibility.It makes your game development faster and easier. For tutorials,e
Utility methods to format countdown text
Optimized these functions for speed as well as preserving fidality. In the future, use Roblox's orthogonal angle format.
This is a plugin that uses Unity's addressable asset system to load resources.
This is a library that supports memory obfuscation of numeric types, it ensures that your sensitive data will not be found by the memory scanners and searchers.
Lua implementation of fzy string search algorithm
Holds utilitity for playing back particles
A group of utility functions to be used to help create visual effectcs with ROBLOX GUIs
Repeats raycasting attempts while ignoring items via a filter function
Tags and retrieves killer
Utility methods for voice chat
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.
Utility functions to help serialize Color3 values
Elliptic curve cryptography forked from BoatBomber, forked from ComputerCraft
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
Utility for measuring and optimizing performance
Convex hull computation algorithms
NetworkOwnerService - Tracks a stack of owners so ownership isn't reverted or overwritten in delayed network owner set.
Renders and parses markdown on Roblox.
UTF8 utility library
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
Utility functions involving functions
Probability utility functions
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 functions for animations
Utility functions involving the NumberRange structure in Roblox
LuaInteractive is just perfect Unity editor plugin to excute lua on play mode.
Module for working with Vector3int16
General humanoid utility code.
Quaternion data type
Utility to position the sun and to retrieve sun information specific to Roblox.
Utility methods for Rect data object
Utility functions to create WeldConstraint objects in Roblox
Maps a number to a set of inputs. Useful for shortcut codes in menus.
Utility functions to deal with Roblox's mobile jump button and its position
Mesh utility methods
Quenty's Ragdoll system for Roblox - Floppy fun ragdolls
A lightweight Lua virtual machine.
Provides utility functions to make it easy to work with network owners
Provides ways to convert to or from metric
2D Gui triangle rendering class
Utility to get touching parts on a Roblox part. This acts as a performance-friendly way to query Roblox's spatial tree.
Make interpolation curves like CSS
debounce a existing function by timeout
Plays particle effects for players
Generic IsA interface for Lua classes.
Gets the full mechanism from parts
Utility methods for accessory types
Kinematics class and utility functions
Construct a rounded backing with a shadow
Utility functions for axis angles.
Provides utility for editing buttons
Solves polynomials of certain degrees.
Fixes an issue where you can't destroy already destroyed objects
Holds rich text utility methods
Quenty's camera system for Roblox
Typings for Quenty's Binder module
An Open-Source Cryptography library for Roblox.
Utility method to transfer camera info to and from the client
Utility functions involving sounds and their state
[](https://choosealicense.com/licenses/ecl-2.0/)
Console syntax highlighter for Lua 5.1 and Luau.
A CLI that enables the scripting of a Tessel device in Lua.
Intended to provide an easier time navigating user inputs, regardless of platform
A tool capable of compiling a subset of Lua to Please lang compiled files
A lightweight Lua virtual machine. This module provides only the virtual machine, making it the better choice for use with front-end applications like Browserify. For the complete Moonshine toolset, use the "moonshine" module instead.
An animation manager for your roblox character.
module to interact with NodeMCU
Language support for Fuior (narrative DSL)
Bring node's require.resolve pattern to Lua.
An Open-Source Soundtrack & SFX library for Roblox.
Allows you to load and call lua scripts and directories on demand
A Yeoman generator for AngularJS + Orbit
Compiles Lua to TI-84 Plus TIBasic
A module for easily setting keybind actions to your game!
Networking module
A simple Maid module
Janitor for NevermoreEngine, with Maid backwards compatibility.
A hash generator for roblox.
Janitor for NevermoreEngine, with Maid backwards compatibility.
A standard state machine object for Roblox. He's your buddy that helps you manage states!
A promise, you already know what it does.
The Lua runtime for Node.js.
Checks input to determine platform game is running on for Roblox.
Just a collection of commonly used values.