KevinJardine
5 months agoStart Partner
Chair bug
I just got rid of the pilot chairs in my Starship game because attempting to get out of them would sometimes randomly teleport the player several metres above the starship.
Is there a known bug with leaving chairs in the Avatar Pose gizmo in Horizon Worlds?
OnPlayerEnterAvatarPoseGizmo: CodeBlockEvent<[player: Player]>; OnPlayerExitAvatarPoseGizmo: CodeBlockEvent<[player: Player]>;As a workaround while they fix this you can listen for when a player exits the pose gizmo and if they are far away from the gizmo you can move them to where the pose gizmo is.