Vertical Parallax Background(Visual Scripting)

Hello everyone! I’m in the midst of creating a top down space shooter using Unity’s visual scripting. I’m very much a beginner in game development so it’s been easier for me to follow vs C# code so far.

I’ve created the bones of it thanks to a few tutorials I found, but what I’m struggling to find now is a straightforward resource/tutorial on how to achieve a vertical scrolling parallax background using visual scripting. The ones I’ve found so far are either for horizontal scrolling, use C# code not visual scripting and/or are somewhat outdated. Can anyone share with me how to achieve this by using visual scripting or at least point me in the direction of a tutorial or other resource that can show me?

I am open to simply copying and pasting the appropriate C# code if need be, but would prefer continuing to use visual scripting if possible. Many thanks!