What do you want to achieve?
I want to image, other buttons to disappear, since it doesn’t look good, when I press a certain button, but it doesn’t destroy the image/text buttons.
What is the issue?
I’m trying to make this script:
script.Parent.MouseButton1Click:connect(function()
script.Parent:Destroy()
script:Destroy(ImageButton)
end)
And of course, the ImageButton in brackets gets underlined, why?
What solutions have you tried so far?
I didn’t saw any posts about this on DevForums.
I meant I’m making a FNaF game on roblox, I have been making it on other engines, but decided that I would like to make it on roblox, so I wanted to make a camera system, which when you click a text button, the map dissapears.