Installation

How to install Light Reflector using .rbxm or package managers.

Using Direct .rbxm Download

Installing via Codeberg Releases

Head over to releases and download the .rbxm file from the latest version on Codeberg. It's recommended to place the module in ReplicatedStorage under a folder named Packages; however, you may place it wherever you'd like.

Inserting into Roblox Studio

Right click ReplicatedStorage in the explorer, then press Insert Roblox model and insert the .rbxm file you downloaded from Codeberg into Roblox Studio.

Using Package Managers

Installing via pesde

Type this into your terminal:

pesde add project_roadwork/light_reflector@version
pesde install

Replace version with the current version of the package.

Installing via wally

Add this to your wally.toml file:

wally.toml
[dependencies]
lightreflector = "illinois-roadbuff/light-reflector@version"

Replace version with the current version of the package.

Then, type this into your terminal and press enter:

wally install