Null_devz-Nulls_SpeakingFace icon

Nulls SpeakingFace

This mod allows you to Speak and it changes your voice automaticly adjustable

Last updated 12 hours ago
Total downloads 33
Total rating 0 
Categories Mods Client-Only
Dependency string Null_devz-Nulls_SpeakingFace-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

Face Animator

  • Made on 11/8/2025 1:00 PM PST
  • V0.3.0
  • Discord invite: Invite Me
  • Fresh out of Visual Studios

What does it do?

  • Well if you speak depending on what you set your face settings to your face will go from
  • ToT => TOT

How does it work

  • Bassicly every frame it checks your voice volume (adjustable) but if it is higher then the voice setting it will change the mouth
  • For any smart people here
micValue = Player.localPlayer.data.microphoneValue; // Get's the microphones speak volume
string targetFace = micValue > voice ? Faces["Speaking"] : Faces["Default"]; // Checks if the mic is above the voice threshold and sets it to
// speaking otherwise defaults
SetFace(targetFace);

Is the thumbnail ai?

  • Yes i'm not an artist and i can't afford one but if i was then it would look way better don't hate me for that

If you have any other questions you can ask me on the discord server (feel free to leave after if you want)