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

Script somehow not working due to impossible error that should never have happened?

Asked by
Admin8483 -21
6 years ago

I am trying to make a Gui show up on click, but the script just WON'T work!

script.Parent.MouseButton1Down:connect(function()
script.Parent.Select.Visible = true
end)
0
Error? script in right place? is the code even running? DanzLua 2879 — 6y
0
Yes, the script is in the correct place, but the script for some reason will NOT do anything. I have no clue why! Also, it says "Go to script error", but no error is shown. Admin8483 -21 — 6y
0
Are you still in Play mode? If you go back to studio mode or whatever thing you will not see the erroring script. You need to still be in Play Mode. hiimgoodpack 2009 — 6y

1 answer

Log in to vote
0
Answered by
PolyyDev 214 Moderation Voter
6 years ago

Is the thing you are trying to make "Visible" a Frame? If it is a ScreenGui then replace Visible with Enabled if it is a Frame that I don't have a clue. Also include the error message next time ;)

0
Your not making sense... there is no error in studio, and it is a frame. Admin8483 -21 — 6y
Ad

Answer this question