Skip to content

Importing Prism

After downloading Prism, it should be in a Packages folder on ReplicatedStorage.

When using Prism as a variable in your code, it contains a dictionary with the following structure:

Prism.luau
1
2
3
4
5
return {
    world = require('@self/world'),
    archetype = require('@self/archetype'),
    clean = require('@self/clean')
}