JSPM

Found 291 results for Nevermore

@quenty/bodycolorsutils

Body color helper utilities for merging and representing body colors over the network and datastore

  • v7.20.0
  • 32.70
  • Published

@quenty/resetservice

Handles reset requests since Roblox's reset system doesn't handle ragdolls correctly

  • v11.21.0
  • 32.59
  • Published

@quenty/playerinputmode

Service that takes active input modes from the player and exposes it to every other player via the server.

  • v9.22.0
  • 32.57
  • Published

@quenty/draw

A utility library to debug things in 3D space for Roblox.

  • v7.9.0
  • 32.48
  • Published

@quenty/softshutdown

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.

  • v9.27.1
  • 32.43
  • Published

@quenty/textserviceutils

Holds utilities involving the Roblox TextService and text fitting to size.

  • v13.20.0
  • 32.39
  • Published

@quenty/multipleclickutils

Utility library for detecting multiple clicks or taps. Not good UX, but good for opening up a debug menus

  • v13.19.0
  • 32.18
  • Published

@quenty/snackbar

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.

  • v11.24.0
  • 31.65
  • Published

@quenty/pseudolocalize

Pseudo localizes text. Useful for verifying translation without having actual translations available

  • v3.5.0
  • 31.63
  • Published

@quenty/animations

Utility methods for playing back animations on Roblox

  • v8.20.0
  • 31.61
  • Published

@quenty/timesyncservice

Quenty's TimeSyncService keeps time synchronized between all clients and the server

  • v13.20.0
  • 31.59
  • Published

@quenty/scrollingframe

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

  • v12.12.1
  • 31.56
  • Published

@quenty/sprites

Spritesheet utility for Roblox including a built-in InputImageLibrary

  • v13.18.0
  • 31.52
  • Published

@quenty/depthoffield

Depth of field service to allow multiple systems to write depth of field

  • v11.21.0
  • 31.46
  • Published

@quenty/secrets

Secrets storage system and API surface

  • v7.26.1
  • 31.40
  • Published

@quenty/pagesutils

Utilities to advance over the Roblox pages API surface

  • v5.13.0
  • 31.28
  • Published

@quenty/selectionutils

Utility methods around Selection service. Useful for plugins and stories.

  • v8.19.0
  • 31.22
  • Published

@quenty/guivisiblemanager

Help manage the visibility of GUIs while only constructing the Gui while visible

  • v12.11.0
  • 31.20
  • Published

@quenty/clipcharacters

Clip characters locally on the client of other clients so they don't interfer with physics.

  • v12.23.0
  • 30.96
  • Published

@quenty/badgeutils

Utility functions involving badges on Roblox

  • v10.12.0
  • 30.59
  • Published

@quenty/coreguienabler

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.

  • v12.21.0
  • 30.49
  • Published

@quenty/flipbook

Handles playing back animated spritesheets

  • v9.19.0
  • 30.14
  • Published

@quenty/rbxasset

Utility methods to help with Roblox asset id

  • v5.9.0
  • 30.08
  • Published

@quenty/receiptprocessing

Centralize receipt processing within games since this is a constrained resource.

  • v7.21.0
  • 29.88
  • Published

@quenty/elo

Elo rating utility library.

  • v7.21.0
  • 29.77
  • Published

@quenty/humanoidanimatorutils

Utility functions to retrieve and manipulate the Animator object on Roblox from a humanoid.

  • v3.2.0
  • 28.98
  • Published

@quenty/soundgroup

Service and utility methods to working with sound groups and sounds in Roblox

  • v1.22.0
  • 28.77
  • Published

@quenty/optional

Adds the optional function to Roblox for Nevermore require

  • v11.9.0
  • 28.69
  • Published

@quenty/adorneeutils

AdorneeUtils - Generic adornee functions to make attaching to objects in Roblox easier.

  • v3.3.3
  • 28.53
  • Published

@quenty/streamingutils

Provides utilities for working with Roblox's streaming system

  • v10.12.0
  • 28.25
  • Published

@quenty/transparencyservice

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.

  • v11.9.0
  • 28.21
  • Published

@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.

  • v10.9.0
  • 27.87
  • Published

@quenty/octree

Octree implementation for Roblox - fast spatial queries

  • v11.9.0
  • 27.77
  • Published

@quenty/preferredparentutils

Handles logic for creating a "preferred" parent container or erroring if it already exists

  • v4.4.0
  • 27.54
  • Published

@quenty/rotatinglabel

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

  • v11.9.0
  • 27.21
  • Published

@quenty/sounds

Utility functions involving sounds and their state

  • v10.12.0
  • 27.16
  • Published

@quenty/randomutils

Quenty's RandomUtils, utility functions for Roblox

  • v6.11.0
  • 26.86
  • Published

@quenty/networkropeutils

Utility function to create network ropes which hint to Roblox that two assemblies should be considered to be owned by the same network owner.

  • v10.9.0
  • 26.70
  • Published

@quenty/httppromise

HttpPromise - Wrapper functions around http requests in Roblox.

  • v10.12.0
  • 26.45
  • Published

@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.

  • v10.9.0
  • 26.31
  • Published

@quenty/camerastoryutils

CameraStoryUtils - utility functions for 3D viewport hoarcekat stories.

  • v10.12.0
  • 25.98
  • Published

@quenty/queue

Queue class with better performance characteristics than table.remove()

  • v2.4.0
  • 25.91
  • Published

@quenty/getpercentexposedutils

Identify parts that are potentially exposed to an explosion using a random vector raycasting

  • v10.9.0
  • 25.58
  • Published

@quenty/getgroundplane

Function that uses raycasting to determine the groundplane in Roblox

  • v10.9.0
  • 25.41
  • Published

@quenty/humanoidmovedirectionutils

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.

  • v10.9.0
  • 25.00
  • Published

@quenty/boundingboxutils

Bounding box utilties. Prefer model:GetBoundingBox() in most cases. However, sometimes grouping isn't possible.

  • v4.4.0
  • 24.92
  • Published

@quenty/modelappearance

Allows the appearance of a model to be overridden. Most commonly used when placing down an object in a building game.

  • v10.9.0
  • 24.79
  • Published

@quenty/mouseovermixin

Mouse over mixin for general utility button mouse over effects

  • v10.9.0
  • 24.25
  • Published

@quenty/rbxthumb

Wraps the rbxthumb URL api surface.

  • v5.10.0
  • 24.23
  • Published

@quenty/pillbacking

Builds a pill backing for Guis. Substitute for UICorner object.

  • v10.10.0
  • 24.05
  • Published

@quenty/cframeserializer

Optimized these functions for speed as well as preserving fidality. In the future, use Roblox's orthogonal angle format.

  • v4.8.0
  • 23.77
  • Published

@quenty/utf8

UTF8 utility library

  • v2.3.3
  • 23.32
  • Published

@quenty/qgui

A group of utility functions to be used to help create visual effectcs with ROBLOX GUIs

  • v2.4.0
  • 23.31
  • Published

@quenty/fzy

Lua implementation of fzy string search algorithm

  • v5.10.0
  • 23.15
  • Published

@quenty/raycaster

Repeats raycasting attempts while ignoring items via a filter function

  • v3.5.0
  • 22.07
  • Published

@quenty/singleton

Provides a way to transform from a class to a singleton

  • v6.9.0
  • 21.73
  • Published

@quenty/particles

Holds utilitity for playing back particles

  • v5.10.0
  • 21.72
  • Published

@quenty/touchingpartutils

Utility to get touching parts on a Roblox part. This acts as a performance-friendly way to query Roblox's spatial tree.

  • v2.2.3
  • 21.41
  • Published

@quenty/gameversionutils

Utility functions to automatically detect the version a game is running at

  • v3.5.0
  • 20.12
  • Published

@quenty/trajectory

Utility function for estimating low and high arcs of projectiles. Solves for bullet drop given

  • v2.9.0
  • 20.03
  • Published

@quenty/networkownerservice

NetworkOwnerService - Tracks a stack of owners so ownership isn't reverted or overwritten in delayed network owner set.

  • v5.3.0
  • 19.64
  • Published

@quenty/experiencecalculator

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

  • v2.6.0
  • 19.47
  • Published

@quenty/ultrawidecontainerutils

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.

  • v2.5.0
  • 19.06
  • Published

@quenty/time

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()

  • v2.4.3
  • 18.96
  • Published

@quenty/sunpositionutils

Utility to position the sun and to retrieve sun information specific to Roblox.

  • v2.4.0
  • 18.68
  • Published

@quenty/jumpbuttonutils

Utility functions to deal with Roblox's mobile jump button and its position

  • v2.3.0
  • 18.56
  • Published

@quenty/debounce

debounce a existing function by timeout

  • v2.4.0
  • 17.81
  • Published

@bark_ing/ragdoll

Quenty's Ragdoll system for Roblox - Floppy fun ragdolls

  • v9.7.9
  • 17.53
  • Published

@quenty/isamixin

Generic IsA interface for Lua classes.

  • v2.3.0
  • 17.43
  • Published

@quenty/safedestroy

Fixes an issue where you can't destroy already destroyed objects

  • v1.5.0
  • 16.13
  • Published

@quenty/camerainfo

Utility method to transfer camera info to and from the client

  • v1.3.0
  • 16.12
  • Published

@pobammer/janitor

Janitor for NevermoreEngine, with Maid backwards compatibility.

  • v1.0.2
  • 7.07
  • Published

nevermore-janitor

Janitor for NevermoreEngine, with Maid backwards compatibility.

  • v1.0.1
  • 5.32
  • Published

@gandalfwisdom/statebuddy

A standard state machine object for Roblox. He's your buddy that helps you manage states!

  • v1.0.6
  • 5.17
  • Published