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

How do you script a shop? [closed]

Asked by 10 years ago

I need the shop to pop up whenever somebody touches the brick that the script is in. I already know how to make GUIs I just need a script. Any answers?

Closed as Not Constructive by Articulating

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
0
Answered by
Resnex 60
10 years ago

Well, sorry that you can't request scripts on this site, but I'll give you an idea of what you'll need in your script!

Okay, initially, you'll need an ** onTouched** function for the beginning, then, you'll need to :Clone() the GUI into the Player's GUI.

Ad