Voice Data (Text)
Example
-- Copyright 2023 Bulk Games
-- Proprietary software for Area-27
-- Written with ❤️ by Metatable (@vq9o) <[email protected]> <[email protected]>
-- Voice Data (Text) Version: 0.0.1
-- Documentation: area27.docs.metatable.dev
return {
{
Message = "Greetings",
Audio = 2746489892
},
{
Message = "Ah I wasnt aware we had company.",
Audio = 2927316225
},
{
Message = "I am the cure.",
Audio = 2746487034
},
}Information
Array returning data structured as below.
-- Copyright 2023 Bulk Games
-- Proprietary software for Area-27
-- Written with ❤️ by Metatable (@vq9o) <[email protected]> <[email protected]>
-- Voice Data (Text) Version: 0.0.1
-- Documentation: area27.docs.metatable.dev
return {
{
Message = "Hello", -- required: string
Alt = {"hi"}, -- optional: array (string)
Audio = 0000000000 -- required: int|SoundInstnace|string
},
}Last updated