Hello. Since the Avatar Settings update, Roblox R15 strafe animations seems to be not working anymore, despite the setting being on R15 standard
Very sorry for the weird audio bug.
Hello there, thanks for your report. We’ll look into it and let you know as we have an update.
We’ve tried to reproduce your issue but couldn’t (the strafing worked in our test)
This was our setup::
-UseStrafingAnimations enabled on Players object
-LocalScript in PlayerScript with this code:
print("enabling strafing settings for player in StarterPlayerScript")
local gameSettings = UserSettings().GameSettings
gameSettings.RotationType = Enum.RotationType.MovementRelative
local localPlayer = game.Players.LocalPlayer
local character = localPlayer.Character or localPlayer.CharacterAdded:Wait()
local humanoid = character:WaitForChild("Humanoid")
humanoid.AutoRotate = false
-AvatarSettings/Movement/Animation Packs set to Standard R15
-AvatarSettings/Movement/Animation Clips set to Player Choice or Custom Clips
So maybe it is something specific to your scripts or other setup which causes the issue.
Could you send us a placefile where you experience the issue via DM so we can investigate?
1 Like