Laym
Laym
NNormal
Created by Laym on 1/26/2025 in #🤝ask-a-question
Normcore Avatar Really Big
turns out i had to comment out this line in the realtime script:
// Root
if (_localPlayer.root != null) {
transform.position = _localPlayer.root.position;
transform.rotation = _localPlayer.root.rotation;
//transform.localScale = _localPlayer.root.localScale; had to comment this out
}
// Root
if (_localPlayer.root != null) {
transform.position = _localPlayer.root.position;
transform.rotation = _localPlayer.root.rotation;
//transform.localScale = _localPlayer.root.localScale; had to comment this out
}
8 replies