Ive tried to add when clicked functions but it still does not work. Please help.
i think this is the simple example for you as a reference
local button = --Your Button button.MouseButton1Click:Connect(function() --When the button was clicked local x local text = --Your Text x = x+1 text.Text = x end)
Closed as Not Constructive by Dovydas1118 and imKirda
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?