ShubaPonCR
(ShortPeople Saver)
September 3, 2022, 2:04am
#1
Throught my time in roblox studio, i’ve never a bug like this, every time i played an animation the game just, crashes.
It started happening recently, a few days now, i bugged it off, but now its a big problem, not only on studio but also the roblox game.
Thanks in advance.
cpguy5089
(cpguy5089)
September 3, 2022, 3:22am
#2
If you want a different theme, you can change it under your preferences.
Click your icon in the top right, click the little person tab, select “Preferences”, go to “Interface” and change the theme.
If you didn’t change your theme and it looks different maybe you have a browser extension changing it. Make sure you don’t have any user scripts or user styles that could be affecting it.
What does that have to do with this post?
cpguy5089
(cpguy5089)
September 3, 2022, 4:18am
#4
Sorry, I thought he was having issues with the forum as this was a forum bugs post. My bad!
1 Like
Judgy_Oreo
(DisplayName)
September 3, 2022, 4:52am
#5
Have you tried doing player.Animator:LoadAnimation
?
local Char = seat.Occupant.Parent
player = Char.Humanoid
anim = player.Animator:LoadAnimation(script.sit)
anim:Play()
Humanoid:LoadAnimation
and AnimationController:LoadAnimation
was deprecated a while ago:
Some of you have already noticed that Humanoid:LoadAnimation, AnimationController:LoadAnimation, and all the other animation related APIs on Humanoid and AnimationController were marked deprecated. This wasn’t an accident!
Of course these deprecated methods are not going away; we can only rarely remove deprecated functionality without breaking games. However, we strongly discourage their use.
Using these deprecated methods as intended can easily lead to broken animation replication. It’s a tra…
ShubaPonCR
(ShortPeople Saver)
September 3, 2022, 6:43am
#6
It probably has to do that i am using a custom motor6d for each tool
Hello everybody! I’m Headstackk, I’ve been creating and making firearm weapons on Roblox for a while. I’ve also created the game Weaponry . In this post, I will briefly explain how to get started to animate a weapon on Roblox.
I have already briefly explain how on this DevForum post , but I’d like to make a new post to clarify everything and explain it step by step.
In most of the Roblox Shooter games (Excluding advanced shooter games such as Phantom Forces), I observed that they usually make a …