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

How to make a popup GUI, Help if possible? [closed]

Asked by 7 years ago

Okay, I've been trying to do this for a while. I'm able to do a click detector GUI but I can't do a popup GUI. I want it to be something at the bottom left that comes up and displays a message and then go backs down and comes back up displaying another message. I would like for each message to be scripted. If I can get any help on this I would be very appreciated.

Closed as Not Constructive by Perci1

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 7 years ago

Here's how to make a onclick function for GUIs.

script.Parent.MouseButton1Down:connect(function()
-- insert code here
end)

No problem.

Ad