How do I stop a billboard gui from swaying?

I currently have a billboard gui parented under an attachment at the end of this gun viewmodel I am working on. However when the player rotates their camera the billboard gui kind of sways. Is there anyway to remove this? Kind of lock a LockToPart property?


image

1 Like

Billboard guis should be locked to the part by default. I think this could be due to lag? You could try adding a particle emitter and locking that to the part to see if it behaves the same

Its not lag,
The white is a particle emitter with locktopart turned on, the orange is the billboard gui.

is the attachement moving with the part?

I’m not quite sure why this would be happening, you could try placing the billboard gui in the playergui and setting the adornee to the attachment. If that doesn’t work just use particle emitter, since that’s essentially what you’re using the billboard gui for

It still has the same problem.

Please read the post before you make a random comment.

why not just make the orange a particle emitter as well?