2024-01-05 12:14:38 +00:00
|
|
|
# Installation
|
|
|
|
|
|
2026-02-12 09:38:34 +00:00
|
|
|
## wally
|
2024-01-05 12:14:38 +00:00
|
|
|
|
|
|
|
|
::: code-group
|
|
|
|
|
```toml [wally.toml]
|
|
|
|
|
[dependencies]
|
2026-02-12 09:38:34 +00:00
|
|
|
warp = "imezx/warp@1.1.0"
|
2024-01-05 12:14:38 +00:00
|
|
|
```
|
2026-02-12 09:38:34 +00:00
|
|
|
:::
|
|
|
|
|
|
|
|
|
|
## pesde
|
2024-01-05 12:14:38 +00:00
|
|
|
|
2026-02-12 09:38:34 +00:00
|
|
|
::: code-group
|
|
|
|
|
```toml [pesde.toml]
|
|
|
|
|
[dependencies]
|
|
|
|
|
warp = { name = "eternitydev/warp", version = "^1.1.0" }
|
|
|
|
|
```
|
|
|
|
|
```bash [cli]
|
|
|
|
|
pesde add eternitydev/warp
|
|
|
|
|
```
|
|
|
|
|
:::
|
2024-01-05 12:14:38 +00:00
|
|
|
|
2026-02-12 09:38:34 +00:00
|
|
|
## Roblox Studio
|
2024-01-05 12:14:38 +00:00
|
|
|
|
|
|
|
|
1. Get the `.rbxm` file from the [github](https://github.com/imezx/Warp)
|
|
|
|
|
2. Import the `.rbxm` file into roblox studio manually and Done!
|