set_modulate() doesn't work for labels? Godot 2.1.5

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By 9BitStrider

See title. I’m trying to set the opacity of a label node but set_modulate doesn’t work. Is there an alternative?

EDIT: Found the solution. Just have to use set_opacity(). Sorry for the trouble.