Initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# filoxen-luau
|
||||
|
||||
Luau client library for the Filoxen asset API. Fetch random or search for Roblox assets.
|
||||
|
||||
## Installation
|
||||
|
||||
Requires [Wally](https://wally.run).
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
Filoxen = "secret-rare/filoxen-luau@0.1.0"
|
||||
```
|
||||
|
||||
```sh
|
||||
wally install
|
||||
```
|
||||
|
||||
## Setup
|
||||
|
||||
1. Add your Filoxen API key as a secret named `FILOXEN_API_KEY` in the [Creator Dashboard](https://create.roblox.com) under Secrets.
|
||||
2. Make sure `HttpService` is enabled for your game.
|
||||
Reference in New Issue
Block a user