lemur icon indicating copy to clipboard operation
lemur copied to clipboard

Partial implementation of Roblox API in Lua

Results 59 lemur issues
Sort by recently updated
recently updated
newest added

I hope this is correct!

It would save a lot of time if Lemur could read `rojo.json` files and initialize your tree for you from that. It would save a lot of duplicated effort!

enhancement

Closes #143. I like the idea behind how this is implemented, sort of an `impl Clone` feel. Looking for feedback on this design before moving forward. Also thinking instead of...

Also makes connections a userdata.

Added BrickColor data type support with tests. A cumbersome data type. Data taken from the developer site with palette values added after the fact. Includes all methods, though only supports...

Fix might be some coroutine magic and whatever environment logic #104 comes with.

soundness-hole

This wasted a few hours of my time until I realized errors weren't being reported. https://github.com/LPGhatguy/lemur/blob/9b72fddd39dc2ad590b800138ec56421f4fbc6d1/lib/Signal.lua#L83

bug