Hey all, I’m trying to make a BillboardGui button that works when in motion. I have a working prototype that works when not in motion that uses a TextButton and the MouseEnter event but it doesn’t work when moving. It’s really glitchy. Any ideas on how to make it or something similar work in motion? TIA!
Prototype:
1 Like
So you’re detecting the mouse by having a TextBox on the part and waiting for the MouseEnter event?
You could try checking LocalPlayer:GetMouse().target
of which the value is what the player’s mouse is on.
I thought this wouldn’t work because the movement would glitch it but it’s working fine, thanks for the suggestion!
1 Like