Revlayz
(Revlayz)
March 18, 2020, 8:07pm
#1
Sitting animations cause my character’s center to move forward instead of staying inside it’s body.
https://gyazo.com/65bcc696fb2c3cc906deb76f025f8f77
Thats how it looks, heres the game:
https://www.roblox.com/games/4701139071/Vibe-Plane-HYYYPE
Has anyone ever experienced that?
EDIT #1
Update.
So I have noticed a very important thing: The glitch is caused by HRP (Humanoid Root Part)
How did I notice that? After deleting HRP when the glitch appeared, the character magically fixed itself. However, lack of HRP breaks my animations in weird ways.
I did not animate HRP, as its not possible.
Another thing, Root Attachment’s properties change:
Before:
After:
3 Likes
Mhm, looks weird, Maybe a script error ?
Revlayz
(Revlayz)
March 18, 2020, 8:48pm
#3
What could possibly cause that error? I checked the character and it’s clean.
Conejin_Alt
(DisplayNameHere)
March 19, 2020, 9:12pm
#5
Does the character has any object attached or welded?
Revlayz
(Revlayz)
March 19, 2020, 9:17pm
#6
No. But we found out that removing HRP on client removes the glitch.
Conejin_Alt
(DisplayNameHere)
March 19, 2020, 9:18pm
#7
I would not recommend you to do that, try to set HRP Massless (HumanoidRootPart > Massless = true)
“Sitting animations” I assume you you play them with :Play()? Make sure to stop them with :Stop() after
1 Like
Revlayz
(Revlayz)
March 19, 2020, 9:22pm
#9
I am. The problem is 100% with HRP
Revlayz
(Revlayz)
March 19, 2020, 9:23pm
#10
if I set HRP massless it doesnt let my character move.
Then make sure your animations don’t ever move that. HumanoidRootPart doesn’t need to be animated.
Revlayz
(Revlayz)
March 19, 2020, 9:32pm
#12
… you cannot animate HRP with roblox’s animations.
Revlayz
(Revlayz)
March 19, 2020, 10:03pm
#13
Update.
So I have noticed a very important thing: The glitch is caused by HRP (Humanoid Root Part)
How did I notice that? After deleting HRP when the glitch appeared, the character magically fixed itself. However, lack of HRP breaks my animations in weird ways.
I did not animate HRP, as its not possible.
Another thing, Root Attachment’s properties change:
Before:
After:
1 Like
kiytiye
(Kallie)
December 17, 2024, 8:30am
#16
Getting the same glitch now…
Does anyone know a solution? I just understand one thing that it breaks due to animation.