NICOZZ06
(NICOZZ06)
May 22, 2022, 8:57am
#1
Hello, recently I was working on some animations for a star wars related weapon system. It does work but after I reset this appears.
It says that the handle is not there even if it is.
I tried my best to fix it by re-doing the animations, keeping the dummies that I used in the workspace, etc but nothing is really happening after I reset.
2 Likes
Vibe90K
(Z_Duck)
May 22, 2022, 9:01am
#2
maybe its because the player didnt load fast enough or the player died
local Humanoid = dude.Humanoid
if Humanoid and Humanoid:FindFirstChild("Animator") then
print("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA")
end
1 Like
NICOZZ06
(NICOZZ06)
May 22, 2022, 9:10am
#3
Yeah, apparently when the person reset/die it does not load as fast as it should but I have no idea how to make it load faster.
1 Like
NICOZZ06
(NICOZZ06)
May 24, 2022, 6:41am
#4
Fixed it, we had to re-do most of the system to fix the issue but apparently it works now.