Hey guys, I am trying to make a working lightsaber, using solar horizons lightsabers here- lightsabers [open source] - Roblox . They don’t seem to work though; I followed a youtube tutorial and did everything needed, but to no avail. I get one error, animation failed to load. So does anyone have a working one or can help me out a bit here?
is your animationid empty? Also is your animation still working?
1 Like
No, my animation ids were filled out, and its the animations that don’t work. In the animation folder I uploaded all of the anims to roblox and got their ids and replaced them, so I did them right.
Maybe try to instance new animations in a local script? Like:
local animation = Instance.new(“Animation”)
animation.AnimationId = “rbxassetid://”
local AnimName = Humanoid:LoadAnimation
I dont know if it is what you want but maybe it could work
1 Like
Have you tried to publishing the game and trying it not in studio?
1 Like
Yes, indeed I have. Darn 30n charaacters
What does says the exact error line?
2 Likes
I left studio and re joined, and now its suddenly working!
1 Like