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?
I vouch with this issue. I think the Avatar Settings tab has state issues. I am also unable to using avatar strafing, and it’s been bugging me. So, if needed, know that more than one person is experiencing this.
Edit: Standard R15 settings aren’t working at all. I think you had no animation packs equipped, thus making the illusion that it works for you. I have it on Standard R15 mode and my animation pack is still working, completely ignoring the settings.
Hello there,
thanks for reporting this issue and sharing additional details.
we’re looking into it and expect a fix with next week’s release.
I have also encountered this issue. I selected player choice in animation packs option but the game still uses standard r15 animations.
Hello there,
just wanted to give a quick update:
We’ve pushed out some improvements with this week’s release which should make the strafe animations work. This should be available right away in studio and roll out on your servers within 24 hours (on gradual auto restart), unless restarted earlier manually.
Please let us know if all works as you’d like or you still experience any issues.
Hello. It wasn’t working yesterday, so I waited 24 hours, but it still isn’t working.
My studio’s version is currently 0.686.545.6860870, which I hope is the one where the supposed fixed is. I could say the same thing on Roblox.
Hello, sorry to hear and yes, i meant the 686 release. Below you can see a test setup with Animation Packs set to Standard R15.
Can you try if it works for you with similar setup? If you still have trouble please give additional details on what is happening.
This is my setup.
The same thing happens.
Also if you saw an “Animate” script in the video. I deleted it. It was the roblox strafing animation script I had saved from one of my older games. The same thing still happens
Sorry we didn’t follow up again on this - is this still happening for you?
Hello. Sorry for the bump, but yes. I think an update fixed the problem.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.
