Skip to content

Installation

artwork is available to download as packages for your game. you can use pesde or wally to install the framework. you can also download a binary from the github releases or build it yourself.

  1. Make sure you have pesde installed.
  2. Add the package
    pesde add ratplier/artwork
    
  3. Import the package
    local art = require(ReplicatedStorage.roblox_packages.artwork)
    

From wally

  1. Make sure you have wally installed.
  2. Add the package
    artwork = "ratplier/artwork@1.0.0"
    
  3. Import the package
    local art = require(ReplicatedStorage.Packages.artwork)
    

From source

  1. Clone the artwork repository
    git clone https://github.com/ratplier/artwork.git
    cd artwork
    
  2. Install all tools
    rokit install
    
  3. Build with rojo
    rojo build -o out/artwork.rbxm