Hi there,
im tryna make a shop for my game, I made the code and all that, but once the “buy” button gets activated, nothing happens, and no errors are highlighted in the output.
so, try and debug this whole mess i set up a simple function in a local script in the text button, and it STILL DIDNT WORK
the debugging code looks somewhat like this:
script.Parent.Activated:Connect(function()
print("button pressed")
end)
output: nothing
important properties:
active = true
interactable = true
visible = true
thanks in advance ![]()