Parallax scrolling in bolt

I would like my background to parallax.
I am using Bolt Visual Scripting.
Please help.

Here’s one of my first and only Bolt project’s, which incorporated a 6-layer parallax background. Hopefully this helps. I use 6x RawImage on 2 canvases (back and front), with ratios, which also move according to player vertical position. With RawImage you can set the UV Rect easily for scrolling, as the images don’t actually move, they are edge to edge. You could easily incorporate player horizontal into this, although this version is based on infinite horizontal scrolling.

I just put this thing together recently. This isn’t Bolt, but Unity Visual Scripting in a newer version, however you can always take what I’ve got and build it yourself to work in Bolt.