Can you use MouseButton1Down on billboard gui?
'Cause this script won't work...
script.Parent.MouseButton1Down:connect(function() print("Clicked.") end)
There are no mouse related events to BillBoardGUIs.