Would there be any possible way to make the Billboard GUI stay still as the ball is rolling?

In a nutshell, I’ve been excited at the idea of remaking “Marbles on Stream” in ROBLOX

So far so good, but one major flaw I have found is when the marble is rolling, the Billboard GUI that contains the marbles name is also “rolling”/bouncing

As the game is probably going to be somewhat fast paced and pretty much solely relying on free cam to move around, the text feels like an eyesore and sometimes unreadable. Is there any way I could stop this “rolling”/bouncing with the GUI?

I’ve thought of making a separate part and attaching it to the ball, but if I weld it, the result would seemingly be the same

Image from Gyazo

Image from Gyazo

It might be that the z offset is off or that the root position of the billboard gui is not centered.

1 Like

You could try to set a parts position the the position of the ball and attach the Gui to it.

1 Like

I’ve tried this a few different ways, but alas the bouncing continues, I appreciate the help though

Everything should be perfectly centered, I haven’t done much to it but stretching it and raising it’s Y

Got it! I was using extents offset for the Y instead of studs offset. Works perfectly now