You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -134,7 +134,7 @@ There are 267 packages in Nevermore.
134
134
|[EquippedTracker](https://quenty.github.io/NevermoreEngine/api/EquippedTracker)| Tracks the equipped player of a tool |`npm i @quenty/equippedtracker`|[docs](https://quenty.github.io/NevermoreEngine/api/EquippedTracker)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/equippedtracker)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/equippedtracker/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/equippedtracker)|
135
135
|[ExperienceCalculator](https://quenty.github.io/NevermoreEngine/api/ExperienceUtils)| 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 |`npm i @quenty/experiencecalculator`|[docs](https://quenty.github.io/NevermoreEngine/api/ExperienceUtils)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/experiencecalculator)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/experiencecalculator/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/experiencecalculator)|
136
136
|[FakeSkybox](https://quenty.github.io/NevermoreEngine/api/FakeSkybox)| Allow transitions between skyboxes |`npm i @quenty/fakeskybox`|[docs](https://quenty.github.io/NevermoreEngine/api/FakeSkybox)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/fakeskybox)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/fakeskybox/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/fakeskybox)|
137
-
|[FirstPersonCharacterTransparency](https://quenty.github.io/NevermoreEngine/api/DisableHatParticles)| Allows transparency to manually be controlled for a character in first-person mode |`npm i @quenty/firstpersoncharactertransparency`|[docs](https://quenty.github.io/NevermoreEngine/api/DisableHatParticles)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/firstpersoncharactertransparency)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/firstpersoncharactertransparency/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/firstpersoncharactertransparency)|
137
+
|[FirstPersonCharacterTransparency](https://quenty.github.io/NevermoreEngine/api/ShowBody)| Allows transparency to manually be controlled for a character in first-person mode |`npm i @quenty/firstpersoncharactertransparency`|[docs](https://quenty.github.io/NevermoreEngine/api/ShowBody)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/firstpersoncharactertransparency)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/firstpersoncharactertransparency/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/firstpersoncharactertransparency)|
138
138
|[Flipbook](https://quenty.github.io/NevermoreEngine/api/Flipbook)| Handles playing back animated spritesheets |`npm i @quenty/flipbook`|[docs](https://quenty.github.io/NevermoreEngine/api/Flipbook)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/flipbook)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/flipbook/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/flipbook)|
139
139
|[FriendUtils](https://quenty.github.io/NevermoreEngine/api/FriendUtils)| Utlity functions to help find friends of a user. Also contains utility to make testing in studio easier. |`npm i @quenty/friendutils`|[docs](https://quenty.github.io/NevermoreEngine/api/FriendUtils)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/friendutils)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/friendutils/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/friendutils)|
140
140
|[FunctionUtils](https://quenty.github.io/NevermoreEngine/api/FunctionUtils)| Utility functions involving functions |`npm i @quenty/functionutils`|[docs](https://quenty.github.io/NevermoreEngine/api/FunctionUtils)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/functionutils)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/functionutils/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/functionutils)|
@@ -314,6 +314,7 @@ There are 267 packages in Nevermore.
314
314
|[TransitionModel](https://quenty.github.io/NevermoreEngine/api/TransitionModelUtils)| Helps with Gui visiblity showing and hiding |`npm i @quenty/transitionmodel`|[docs](https://quenty.github.io/NevermoreEngine/api/TransitionModelUtils)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/transitionmodel)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/transitionmodel/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/transitionmodel)|
315
315
|[TransparencyService](https://quenty.github.io/NevermoreEngine/api/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. |`npm i @quenty/transparencyservice`|[docs](https://quenty.github.io/NevermoreEngine/api/TransparencyService)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/transparencyservice)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/transparencyservice/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/transparencyservice)|
316
316
|[Tuple](https://quenty.github.io/NevermoreEngine/api/TupleUtils)| Tuple utility package |`npm i @quenty/tuple`|[docs](https://quenty.github.io/NevermoreEngine/api/TupleUtils)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/tuple)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/tuple/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/tuple)|
317
+
|[UGCSanitize](https://quenty.github.io/NevermoreEngine/api/UGCSanitizeUtils)| Sanitizes UGC hats and other items |`npm i @quenty/ugcsanitize`|[docs](https://quenty.github.io/NevermoreEngine/api/UGCSanitizeUtils)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/ugcsanitize)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/ugcsanitize/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/ugcsanitize)|
317
318
|[UIObjectUtils](https://quenty.github.io/NevermoreEngine/api/PlayerGuiUtils)| UI object utils library for Roblox |`npm i @quenty/uiobjectutils`|[docs](https://quenty.github.io/NevermoreEngine/api/PlayerGuiUtils)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/uiobjectutils)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/uiobjectutils/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/uiobjectutils)|
318
319
|[UltrawideContainerUtils](https://quenty.github.io/NevermoreEngine/api/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. |`npm i @quenty/ultrawidecontainerutils`|[docs](https://quenty.github.io/NevermoreEngine/api/UltrawideContainerUtils)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/ultrawidecontainerutils)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/ultrawidecontainerutils/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/ultrawidecontainerutils)|
319
320
|[UndoStack](https://quenty.github.io/NevermoreEngine/api/UndoStack)| Generalized undo stack for Roblox |`npm i @quenty/undostack`|[docs](https://quenty.github.io/NevermoreEngine/api/UndoStack)|[source](https://github.com/Quenty/NevermoreEngine/tree/main/src/undostack)|[changelog](https://github.com/Quenty/NevermoreEngine/tree/main/src/undostack/CHANGELOG.md)|[npm](https://www.npmjs.com/package/@quenty/undostack)|
0 commit comments