Answered by
5 years ago Edited 5 years ago
local script in the button
1 | local thingthatappears = location of the image that will appear |
3 | script.Parent.MouseButton 1 Click:Connect( function () |
4 | if thingthatappears.Visible = = false then |
5 | thingthatappears.Visible = true |
make sure thingthatappears.Visible = false before the script runs.
This is only the most basic way to use guis. You can use things like TweenService to your liking. Looks complicated, but once you learn it, you look like a pro. Really recommend checking it out.
https://developer.roblox.com/en-us/api-reference/function/GuiObject/TweenPosition
Closed as Not Constructive by ScuffedAI, User#32819, Nguyenlegiahung, PrismaticFruits, JakyeRU, and User#5423
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?