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

How can I make a gui pop up when I equip a tool?

Asked by 9 years ago

I forgot some important part of this I cant remember what it was.

1 answer

Log in to vote
2
Answered by
RedCombee 585 Moderation Voter
9 years ago
tool.Equipped:connect(function() -- Here is the event you need
    -- Code here for GUI
end)
0
Thanks. AWESOMEnoob3 3 — 9y
Ad

Answer this question