Hi, I have a question. Everything looks good before Humanoid.Died, but when Humanoid.Died Fired Humanoid:ApplyDescription() gives Error: Humanoid::ApplyDescription() DataModel was not available
Humanoid.Died:Connect(function() Player.CharacterAdded:wait() if Player.Character.Humanoid then local NewHumanoid = Player.Character.Humanoid if Team == BrickColor.new("Black") then NewHumanoid:ApplyDescription(MafiaDes) elseif Team == BrickColor.new("Lapis") then NewHumanoid:ApplyDescription(PoliceDes) else return end end end) end)