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

How do you make an Application GUI?

Asked by 9 years ago

Here is the script for it, but it doesnt show up when I click on the button before clicking button : http://prntscr.com/715ia5 after clicking button : http://prntscr.com/715ik4 ===========================================script V==================================

--Famion _G.AppSettings = {

Name = "BOA",
Key = "12389817818",
questions = {


"1.) What rank are you applying for?",
"2.) What skills are required for the job?",
"3.) List the order of importance of the skills that you listed.",
"4.) What knowledge is needed for this job?",
"5.) List what knowledge is needed in order of importance.",
"6.) What work styles are associated with this job?",
"7.) List the work styles you listed in order of importance.",
"8.) What work values should you get from this job?",
"9.) List the order of importance of these work values.",


    },

Hints = {
    Hint1 = "1.) Use the scroll bars to scroll through your application.",
    Hint2 = "2.) Remember to use grammar.",
    Hint3 = "3.) Your application saves automatically.",
    Hint4 = "4.) Send a request to BOA"
},


GroupID = 975784,
RankForAdmin = 11,
Admins = {"Famion","ashpokeman5"},
Exclusions = {"Famion","ashpokeman5"},
SubmittedTeam = "Submitted",
VisitorTeam = "Visitor",
FailedTeam = "Failed",
PassedTeam = "Passed",
0
Give us your scripts so we can help you. Senor_Chung 210 — 9y
0
I must say, this code block containing a lot of strings doesn't give us much information. First, what's the code to actually PUT the text into the GUI? TheArmoredReaper 173 — 9y
0
I dont know that. OverlyPoweredKid 0 — 9y
0
You need to know somewhat of what you're doing before asking questions on this website, go to learn at wiki.roblox.com FutureWebsiteOwner 270 — 9y

Answer this question