Nothing Appears in the Output it stops at the changed function. It doesnt fire what so ever.
maxxp = script.Parent.Parent.XP2 script.Parent.Changed:connect(function() maxxp.Value = maxxp.Value * 2 if script.Parent.Parent.Parent.Character ~= nil then if script.Parent.Parent.Parent.Character:FindFirstChild("Humanoid") then local humanoid = script.Parent.Parent.Parent.Character:FindFirstChild("Humanoid") humanoid.MaxHealth = 80+20*script.Parent.Value end end end)