TheNexusAvenger

Results 6 issues of TheNexusAvenger

While working with Innovation Security, we discovered a couple of things with respect to `run-lines` when using `init-edit` and `init-run`: - By default, it doesn't appear to work at all...

*This pull request is incomplete and covers a feature I have abandoned due to a lack of motivation.* This pull request attempts to replace the current AI movement system. At...

If a quick build requires a consumable item, like bricks for the wall in Avant Gardens or platforms in Crux Prime, Spare Robot Parts for the mech behind Wisp Lee,...

type: bug
good first issue
affects: gameplay

```lua return function() describe("Vector3", function() it("should be near to itself", function() expect(Vector3.new(1, 2, 3)).to.be.near(Vector3.new(1, 2, 3)) --"Expecation value must be a number to use 'near'" end) end) end ``` `near`...

Nexus VR Character Model has always included a camera implementation. Version 1 and 2 could rely on the camera just being where the eyes are, but version 3 can't because...

enhancement
help wanted

I am trying to use Fusion with a custom button implementation ([Nexus Button](https://github.com/TheNexusAvenger/Nexus-Button)) that tries to act like a normal instance in terms of property and event passthrough. A quirk...

enhancement
not ready - evaluating