Buttons not working

local function buttons_(buttonName)

Print buttonName to make sure it goes through the function.

Possible could be because of the pcall added inside the MouseButton1Click function which will yield if error found. Remove the pcall!