Skip to content

Packaged format of the Roblox RbxCharacterSounds for use with Wally

Notifications You must be signed in to change notification settings

UpliftGames/rbx-character-sounds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rbx-character-sounds

Packaged format of the Roblox RbxCharacterSounds for use with Wally

This repo pulls the RbxCharacterSounds and packages it in a format that is compatible with wally.

The repository is setup to pull the RbxCharacterSounds every 12 hours and update if out of date.

Package interface

Info on the interface of this package can be found here.

tl;dr:

-- returns a copy of the version of the package
Package.getVersionInfo(): {[string]: string}

-- returns the RbxCharacterSounds script
Package.get(): LocalScript

-- returns a copy of the RbxCharacterSounds script
Package.getCopy(): LocalScript

-- replaces the RbxCharacterSounds under StarterPlayer.StarterPlayerScripts 
-- with the provided module script
Package.replace(rbxCharacterSounds: LocalScript)

Where's the source?

The source is currently pulled to the release branch to keep the main branch free of any automated changes.

The only important file in this repo is release.yml. The heavy lifting is done by this tool.