Emote Data

Latest Version: 0.0.1

Example

-- Copyright 2023 Bulk Games
-- Proprietary software for Area-27

-- Written with ❤️ by Metatable (@vq9o) <[email protected]> <[email protected]>

-- Emote Data Version: 0.0.1
-- Documentation: area27.docs.metatable.dev

return {
	Animation = script:WaitForChild("AnimationVariation", math.huge):GetChildren(),
	SFX = script:WaitForChild("SFXVariation", math.huge):GetChildren()
}

Explanation

Animation & SFX is a array of instances, setting it to false will provide no x.

Last updated