Created page with "=''' Hi there, I'm TheKillerBunny! '''= I am a person that exists == [https://github.com/Figura-Goofballs/GoofyPlugin '''GoofyPlugin'''] == The group Figura Goofballs (name totally not stolen), which I am the "main developer" of has an addon for Figura called [https://github.com/Figura-Goofballs/GoofyPlugin '''GoofyPlugin''']. The most useful feature is shown below: * Error event: <syntaxhighlight lang="lua"> function events.ERROR(messageg) -- Handler code if handle..." |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
=''' Hi there, I'm TheKillerBunny! '''= | =''' Hi there, I'm TheKillerBunny! '''= | ||
[[File:TheKillerBunny-Avatar.svg.svg|thumb|TheKillerBunny in Sherman's Gallifreyan]] | |||
[[File:TKBunny-OpticalMediaIsPeak.svg|thumb|Optical Media Is Peak in Sherman's Gallifreyan]] | |||
I am a person that exists | I am a person that exists | ||
== [https://github.com/Figura-Goofballs/GoofyPlugin '''GoofyPlugin'''] == | == [https://github.com/Figura-Goofballs/GoofyPlugin '''GoofyPlugin'''] == |
Latest revision as of 16:49, 12 October 2024
Hi there, I'm TheKillerBunny!
I am a person that exists
GoofyPlugin
The group Figura Goofballs (name totally not stolen), which I am the "main developer" of has an addon for Figura called GoofyPlugin. The most useful feature is shown below:
- Error event:
function events.ERROR(messageg)
-- Handler code
if handled then
return true -- Cancel error (doesn't work if the error is resource limit reached, this event will just run again)
end
end
Libraries
I have many libraries, all of which can be found in my avatar. The libraries meant for the public to use will have LuaLS docs in them, but the others are still functional. My favorite 2 are BunnyChatUtils and BunnyLineLib, as they are simple to use and have a specific purpose that they do well. If you want a more complicated library, check out BunnyUI, which supports text & buttons in either the HUD or The World (unrotated world part as viewport)