Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How to disable humanoid auto balancing?

Asked by 2 years ago

What i mean by this is how can I make it so whenever the players character tips forward or to any side it doesnt have the default push to upright itself. How can i disable this?

1 answer

Log in to vote
0
Answered by
Roger111 347 Moderation Voter
2 years ago
Edited 2 years ago

You're possibly looking for HumanoidStateType, checkout Humanoid.PlatformStand.

Use Humanoid:ChangeState to get them to PlatformStand.

0
Is it possible for the player to still be able to move while in this state? Because for my game the player needs to be able to move around normally but not be restricted by the default balancing code Voidyll 8 — 2y
0
No they can't. So probably not what you need then. Roger111 347 — 2y
0
Maybe check the default scripts on a player Roger111 347 — 2y
Ad

Answer this question