Hey, whenever I am testing in studio, my console gets flooded with this, it makes it difficult to find actual errors. It only happens in studio, and it is the core RbxCharacterSounds, not a custom one.
This also seems to only happen when the character is spawned floating, or is teleported upon spawn.
Thank you for the info.
It seems the error is caused by FloorMaterial being an enum and not a string that FindFirstChild expects. This file seems to be a modified or old version of RbxCharacterSounds.lua. If you’re not modifying it for some reason going with the default version should likely fix your issue.