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

How to get the player from a TextButton from a BillBoardGui?

Asked by 3 years ago

For context I am trying to make an execution button one like Shindo life, but I am struggling, becsause since the BillBoard is in the Head which is in the workspace it is quite hard to get the player since MouseButton1Down will not give you the player, and I tried to battle this by putting a local script in StarterGui and get the TextButton from there but then I remembered what if there are multiple of the TextButtons the script would just pick one, which is not what I would like.

Answer this question