-
Notifications
You must be signed in to change notification settings - Fork 0
BlobSound
Luis Benavides-Naranjo edited this page Mar 8, 2024
·
7 revisions
- All BlobSounds have fields. If a required field is missing in the configuration, it will log it in console.
- ❌ = Required
- ✅ = Optional
- Sound (The sound itself) [❌]
- Volume (The volume, a decimal number. If Audience is WORLD, a value greater than 1 will increase the range of the sound) [❌]
- Pitch (The pitch. 1.0 being the default pitch, less than 1.0 being bass/low pitch, greater than 1.0 being high pitched sounds) [❌]
- Category (The SoundCategory) [✅]
- Audience (Who can listen to the sound, either WORLD which are all near players in the same world or PLAYER which is the one the sound is being sent) [✅] Defaults to PLAYER