I am wanting to know how I can create this Screen GUI. The screen GUI will pop up after you click a button (on the screen as a Selection Button?). Then it displays the screen GUI. I am completely stumped with this. Here is the example script that I got from Cookbook(Chapter 3)
local screen, text = Instance.new('ScreenGui'), Instance.new('TextLabel') screen.Parent = game.StarterGui text.Parent = screen text.Text = 'Hello world' text.Position = UDim2.new(.5, 0, .5, 0)
Will I be able to use this with the Selection Button? OR will it have to be completely different. I was hoping to use this as a list with checkboxes. Also do I insert this into StarterGUI or Workspace?
Thank you, Sammy52520
I think this is a very liable question. Here is a hint, the reason why I asked this question, is because I have hard times comprehending these things. I stated what I needed but I didn't state that I knew how to do it. I said "I know I need buttons" because I have heard someone talking about it. Technically you "answer" was not an answer at all. See I bet you can teach yourself by the books. However I can not. I can spend hours and hours on reading how to do something and I can learn nothing. You want to know why? It is because all of the words in there make no sense. I have even taken words and typed them into the dictionary online. I did that because I needed a paraphrasing (explanation or synonym). To your logic, you are saying that everyone that asks a question is lazy. I bet everyone there has had some explanation of the different terms. Answering a question is not feeding, it is an act of kindness. If that makes any sense to you, then why did you answer the way you did. Yes, I may have worded the question wrong, but no I did not ask the question because I was lazy. I asked the question because I literally did not know how to do it. So I do not judge the way people ask. I will always answer when I can. I want you to remember people are different and so does how people learn. I learn differently and so do you. So I am sorry that I worded the question wrong, I will go back and adjust it, however because I ask a question over something easy does not make me a lazy person.
Learn
I'm going to be plain and honest with you here: You're not going to get much help here if you don't already understand why something is done or haven't made a good attempt to show that you've tried (Or for example, your question is specifically about why something is done the way it is) because scripters don't actually have the time to have kids keep coming back because they thought it was a good idea to copy+paste a script instead of learning.
Let me explain:
We're here to teach you to fish, not to feed it to you.