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
# Lua Additions (beta | not safe for production usage)
1
+
# Lua Additions
2
2
3
-
## About
3
+
## Warning
4
+
### This is a beta version of Lua Additions (use at your own risk).
4
5
5
-
### This library aims to provide enhancements for Roblox and Lua's standard library.
6
-
### This library is ready to use (with little modifications) inside of Roblox.
6
+
##About
7
+
### Lua Additions aims to provide enhancements for Roblox and Lua's standard library.
7
8
### Most of the methods in this library are directly inspired by the TC39 ECMAScript (JavaScript) standard.
8
9
9
-
## Notice
10
-
### Currently we have not released a require-able asset for this repository, therefore you must download this repository and use a tool called Rojo to use it Roblox.
10
+
## Installation
11
+
1. Download the latest release from the [releases](https://github.com/Inertia-Lighting/lua-additions/releases) page.
12
+
2. Insert the `lua-additions[...].rbxm` file into the `Workspace` folder in Roblox Studio.
13
+
3. Ensure that the `lua-additions` folder was inserted into the `Workspace` folder.
0 commit comments