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

How do you make a gui pop up when a tool is equipped? [closed]

Asked by 9 years ago

For a game, I need a gui to pop up when a tool is selected, so the player can click on the gui to build something. How do I do it?

Closed as Not Constructive by evaera

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
2
Answered by
LostPast 253 Moderation Voter
9 years ago

Use the Equipped event: http://wiki.roblox.com/index.php?title=API:Class/Tool

Then when the tool is equipped in the equipped function move the gui to the playergui from somewhere in your game like inside the tool itself.

Ad