/Sample_Package

A sample package repository used in the Package Manager.

Primary LanguageLuaMIT LicenseMIT

Sample_Package spm | sample

A sample package repository used in the Package Manager.

Usage:

local require = require(game.ReplicatedStorage:WaitForChild("PackageManager").Load)
local Sample = require("sample")

Sample.Print("Hello, world!")

> Hello, world!