NevermoreEngine
NevermoreEngine copied to clipboard
ModuleScript loader with reusable and easy unified server-client modules for faster game development on Roblox
Provides a class that can be used to colour groups of tagged instances at once. Useful as it supports most useful instances with a Color3 property, like `BasePart` `Texture` `ImageLabel`...
**What package is this for?** [Signal](https://github.com/Quenty/NevermoreEngine/tree/main/src/signal). **Describe your problem** Roblox are adding a [`:Once(fn)` method to RBXScriptSignal](https://developer.roblox.com/en-us/resources/release-note/Release-Notes-for-531#changes). **Describe the solution you'd like** It'd be nice to mirror the API! I've...
👋Hi! This is my first time contributing to an Open Source project, I don't really know how to contribute on GitHub, so I will make mistakes. ----- This PR is...
Updated some of the table util functions to use the newer `table.` methods. Hopefully they'll be faster!(?). Also changed some doc phrasing. I've done my best to test, but I...
I have replaced the `WorldRoot:FindPartOnRayWithIgnoreList` method with `WorldRoot:Raycast`.
You cannot stop sounds created on the client with SoundUtils. This is as it uses `DataModel:GetService("SoundService"):PlayLocalSound` to play sounds locally. If the end user were to destroy the sound while...
Currently the documentation written explains how to install packages with `npm` and how to install `Nevermore` using the command bar. Is there no "CLEAN" way to install nevermore packages into...
This could be a complete nightmare, but would be a great help in making these libraries more user friendly. The [upcoming v4 release](https://github.com/evaera/roblox-lua-promise/releases/tag/v4.0.0-rc.1) fixes all of the weird quirks, so...
in a recent [release note](https://developer.roblox.com/en-us/resources/release-note/Release-Notes-for-502) this pull request basically just replaces any instances where those static methods can be used over constructing a new datatype here's a benchmark of the...