of     1   

acer1102
#228250094Thursday, November 30, 2017 3:37 AM GMT

I'm attempting to try and create a GUI for people to use when my plugin is active, the only problem is I don't know how to detect if a player presses a button in the GUI. Help?
Chrounum
#228250134Thursday, November 30, 2017 3:38 AM GMT

MouseButton1Down script.Parent.MouseButton1Down:Connect(function() --code end) #code print("don't forget to dry the towel after use")
acer1102
#228250165Thursday, November 30, 2017 3:39 AM GMT

I tried that and it didn't seem to work... lemme give it another go.
acer1102
#228250822Thursday, November 30, 2017 3:56 AM GMT

But instead this time I'll use :WaitForChild()
acer1102
#228251335Thursday, November 30, 2017 4:09 AM GMT

Thanks for the help m8 :3

    of     1