Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

[Answered]How to create TextButton? [closed]

Asked by 8 years ago

I would like to create a text button where the user could click it and a box would come up with information related to the game I am making , could someone give me a example code or link me to the wiki . I would really like to understand.

0
Having the [Answer] tag will send the wrong message. At first, I thought you figured it out by yourself. Shawnyg 4330 — 8y
0
I fixed my mistake , but thanks for the advice. KelsiCabana 70 — 8y
0
I would like a better answer then that. KelsiCabana 70 — 8y

Closed as Not Constructive by Pyrondon, Nickoakz, TheHospitalDev, and Shawnyg

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?

1 answer

Log in to vote
1
Answered by
robocu3 30
8 years ago

if you're simply struggling to instantiate one, it's relatively simple; local button = Instance.new("TextButton")

Ad