Basic roblox subtitle system.
get the .rbxmx
from the latest release, import it, and move the contents of the inner folders to the appropriate locations (e.g. subtitles/ReplicatedStorage/*
becomes /ReplicatedStorage/*
)
make place
to build a roblox place file (.rbxlx
) with the library and a test environmentmake model
to build a roblox model file (.rbxmx
) with the needed components insidemake all
to do bothmake clean
to remove the build files