Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

MouseButton1Down on BillBoard Gui?

Asked by
Omarstein 100
10 years ago

Can you use MouseButton1Down on billboard gui?

'Cause this script won't work...

script.Parent.MouseButton1Down:connect(function() print("Clicked.") end)

1 answer

Log in to vote
-1
Answered by 10 years ago

There are no mouse related events to BillBoardGUIs.

1
NVM. I read the wiki and I had to make it active. http://wiki.roblox.com/index.php/RBX.lua.BillboardGui_(Object) Omarstein 100 — 10y
Ad

Answer this question