@quenty/particleengine
Adds GUI based particle engine to Roblox
Found 329 results for Lua
Adds GUI based particle engine to Roblox
Scale ratios for the UI on different devices
Adds Enabled/Disabled state to class
Determines if parts are touching or not
A Lorem Ipsum generator in Roblox
Bridges attributes and serialization
Providers screenGuis with a given display order for easy use
Provides utility functions to work with the Roblox AvatarEditorService
Adornee based conditional system that is sufficiently generic to script gameplay.
Centralized spawning system
Holds utilities to work with Roblox seats
CharacterUtils
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.
CFrame representation as a quaternion for Roblox
A utility library to debug things in 3D space for Roblox.
Holds single toggleable actions (like a tool system)
Body color helper utilities for merging and representing body colors over the network and datastore
Service that takes active input modes from the player and exposes it to every other player via the server.
Holds utilities involving the Roblox TextService and text fitting to size.
Base UI object with visibility and a maid
Roguelike properties which can be modified by external provides
Handles reset requests since Roblox's reset system doesn't handle ragdolls correctly
Contains model information for the current button
CFrameUtils for Roblox
Utility functions involving binders and links
Cubic Spline implementation for Roblox
Roguelike humanoid properties which can be modified
Binary search 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
UI object utils library for Roblox
Provides a Roblox Lua InfluxDB client
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.
Handles actions involving HumanoidDescription objects, including loading character appearance.
Color picking UI system for 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
Team utility methods
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.
Utility methods for Roblox Color3 values
Allows transparency to manually be controlled for a character in first-person mode
Handles humanoid speed in a centralized location
Spritesheet utility for Roblox including a built-in InputImageLibrary
Utility methods for playing back animations on Roblox
Helps with Gui visiblity showing and hiding
Utility functions to ensure that content is preloaded (wrapping calls in promises)
Tries to racket a rope constraint back down to a reasonable length
Depth of field service to allow multiple systems to write depth of field
Secrets storage system and API surface
Utilities to advance over the Roblox pages API surface
Sound playback helper
Provides centralized API surface for screenshot hud API
Solves linear systems
Clip characters locally on the client of other clients so they don't interfer with physics.
Help manage the visibility of GUIs while only constructing the Gui while visible
Utility methods around Selection service. Useful for plugins and stories.
JSON utility functions for Roblox Lua
Property value for Roblox instances
Utility functions for teleport srevice
Pseudo localizes text. Useful for verifying translation without having actual translations available
InsertServiceUtils to make loading models via insert service easy
Quenty's TimeSyncService keeps time synchronized between all clients and the server
Utilities involving UserService in Roblox
Utility functions for debugging, builds a Roblox character rig
Linear timed tweening model
Utility functions involving badges on 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.
Provides utility methods for MarketplaceService
Holds utility methods for textboxes
Handles playing back animated spritesheets
Handles logic for reactive bounding box monitoring
Centralize receipt processing within games since this is a constrained resource.
Quenty's radial image system
Utility methods to help with Roblox asset id
Allow transitions between skyboxes
Helps count a total value
Elo rating utility library.
Utility functions wrapping SocialService with promises
Utility functions to retrieve and manipulate the Animator object on Roblox from a humanoid.
Queue system for prompts and other UI
Model for dragging buttons around
Adds the optional function to Roblox for Nevermore require
Aggregates async promise requests
Utility functions involving haptic feedback on gamepads for Roblox
Service and utility methods to working with sound groups and sounds in Roblox
Utility methods for Region3
Provides a wrapper for AssetService's async calls
Provides utilities for working with Roblox's streaming system
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.
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 functions involving sounds and their state
Utility methods for async methods in Players service
Memoization library
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
Utility functions for filtering text
Sanitizes UGC hats and other items
Funnel utility class
Quenty's RandomUtils, utility functions for Roblox
Utilities involving pathfinding in Roblox
Utility service to enable or disable mouse shift lock on the fly on Roblox.
HttpPromise - Wrapper functions around http requests in Roblox.
Utility functions for manipulating terrain
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.
AdorneeUtils - Generic adornee functions to make attaching to objects in Roblox easier.
Utility functions for memory store srevice
Utility methods for tools
Utility methods to query policies for players from PolicyService.
Module for working with Region3int16
Queue class with better performance characteristics than table.remove()
Utility for teleporting humanoids
This is a plugin for the Loxodon.Framework, which supports reading localized resources from csv files.
CameraStoryUtils - utility functions for 3D viewport hoarcekat stories.
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
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
Identify parts that are potentially exposed to an explosion using a random vector raycasting
Sets properties on the client and then replicates them to the server
Function that uses raycasting to determine the groundplane in Roblox
Action provider for rodux
Utility functions to create and manipulate NoCollisionConstraints between Roblox objects
Simple mixin to generate code for a class
Bounding box utilties. Prefer model:GetBoundingBox() in most cases. However, sometimes grouping isn't possible.
Provides a utility method to clearing selection images with blank values.
Utility functions involving 3D and 2D geometry
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.
Utility functions for Color sequences in Roblox.
Utility functions for messaging srevice
Allows the appearance of a model to be overridden. Most commonly used when placing down an object in a building game.
Sets a mechanisms cframe
Wraps the rbxthumb URL api surface.
This is a plugin for the logging feature of Loxodon.Framework, which helps you use Log4Net in your Unity project.
Utility functions involving NumberSequences on Roblox
Mouse over mixin for general utility button mouse over effects
Optimized these functions for speed as well as preserving fidality. In the future, use Roblox's orthogonal angle format.
Builds a pill backing for Guis. Substitute for UICorner object.
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
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.
A group of utility functions to be used to help create visual effectcs with ROBLOX GUIs
This is a plugin that uses Unity's addressable asset system to load resources.
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
Provides a way to transform from a class to a singleton
Quaternion data type
Holds utilitity for playing back particles
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
Holds rich text utility methods
Convex hull computation algorithms
Renders and parses markdown on Roblox.
NetworkOwnerService - Tracks a stack of owners so ownership isn't reverted or overwritten in delayed network owner set.
UTF8 utility library
Utility functions involving functions
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
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
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 to position the sun and to retrieve sun information specific to Roblox.
Utility functions for animations
Module for working with Vector3int16
Utility functions to deal with Roblox's mobile jump button and its position
Utility functions involving the NumberRange structure in Roblox
LuaInteractive is just perfect Unity editor plugin to excute lua on play mode.
General humanoid utility code.
Utility functions to create WeldConstraint objects in Roblox
Maps a number to a set of inputs. Useful for shortcut codes in menus.
Mesh utility methods
Quenty's Ragdoll system for Roblox - Floppy fun ragdolls
Kinematics class and utility functions
debounce a existing function by timeout
Provides utility functions to make it easy to work with network owners
A lightweight Lua virtual machine.
2D Gui triangle rendering class
Make interpolation curves like CSS
Generic IsA interface for Lua classes.
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
Utility methods for accessory types
Construct a rounded backing with a shadow
Utility functions for axis angles.
Provides utility for editing buttons
Utility method to transfer camera info to and from the client
Fixes an issue where you can't destroy already destroyed objects
Solves polynomials of certain degrees.
Quenty's camera system for Roblox
Typings for Quenty's Binder module
An Open-Source Cryptography library for Roblox.
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
module to interact with NodeMCU
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.
Language support for Fuior (narrative DSL)
An Open-Source Soundtrack & SFX library for Roblox.
Bring node's require.resolve pattern to Lua.
Allows you to load and call lua scripts and directories on demand
Compiles Lua to TI-84 Plus TIBasic
A Yeoman generator for AngularJS + Orbit
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 class that represents a changeable value with a Changed signal
A spring simulation module
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.
Optimized sound object module for Roblox.
Currency system
A class that represents a value that may or may not exist.
switch implementation for Roblox
Utilites for dealing with Roblox characters
A bunch of utility math functions for CFrames.
Player asset retriever for Roblox
A few utilites for dealing with network interactions
Utilites for dealing with functions.
Utility for wrapping bindable/remote functions into a class.
Utilites for dealing with HTTP requests.
A bunch of utilites for dealing with groups.
Utility for wrapping bindable/remote events into a class.
A custom verion of a bindable event
Utilites for dealing with badges.
Test package to public npm registry