of     1   

Airstruct
#227982594Saturday, November 25, 2017 2:53 AM GMT

How do I do a script where when the player clicks the left mouse button (MouseButton1), it does a function?
toggytokyo
#227983456Saturday, November 25, 2017 3:11 AM GMT

Do you want it to activate when a player clicks a GUI, object, or just clicking anything?
Airstruct
#228205719Tuesday, November 28, 2017 11:22 PM GMT

Anything.
zC0LX
#228205796Tuesday, November 28, 2017 11:24 PM GMT

make an entire transparent button and put a Script in it and put the following in script function click() --yourcodehere end script.Parent.MouseButton1Down:connect(click) your welcome sir #code print('oh no an error!!')

    of     1