So I've seen on a other forum that godot removed a node that was able to display skyboxes.
But for some reason I can't find a replacement for it. I first tried using Sprite3D nodes to make a Skybox manually but this cause some issues with clipping and it shows lines.
I also tried using the Enviroment node but this one doesn't accept self made skyboxes (I drew the skybox myself (its a png))
Procedural doesn't work
Panorama is very close to what I want but you get one huge line in the sky and that is not pretty to look at during gaming.
So how can I work around this.