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

How can I make a GUI that is like a book?

Asked by 8 years ago

I know that there are multiple types of GUI's...

ScreenGui, SurfaceGui, BillboardGui, PlayerGui.

And then there are the GUI Objects

Frame, Scrolling Frame, Labels, TextLabel, ImageLabel, Buttons, TextButtons, ImageButtons, TextBox, And all that other stuff...

BUT what about creating something with pages? Would we use a PlayerGui?

My sense in this is that it would be a PlayerGui (which I have been learning about over the course of today...) with programmed buttons, but that's where I'm at a loss. How and what would I program in those buttons? How would I have it in multiple GUI's (That's what I'm guessing about... I'm guessing that there are multiple GUI's and that the button will let us go from GUI to GUI, like pages in a book.)?

Anyway... I would really appriciate it if someone would clear this up for me.

"How can I make a GUI that is like a book?"

2 answers

Log in to vote
0
Answered by 8 years ago

Your sense is wrong. I feel that the answer is a screen GUI that uses a combination of Frames,LocalScripts, ImageButtons or TextButtons, and TextLabels

0
Ok, but could you tell me how I could combine them? I kinda just started making GUI's today... crazycampercool9 10 — 8y
0
Oh ya... thanks for answering ym question. :) crazycampercool9 10 — 8y
0
put the buttons on the bottom, number the frames using page numbers,but put both elements inside one big frame. Then, insert one TextLabel into the page frames and type the text of each frame into the book.Then, script the buttons to change the page numbers for the book. Aerodos12 70 — 8y
0
i made a book gui if you want to see how i did it http://www.roblox.com/Book-Gui-item?id=359447747 bubbaman73 143 — 8y
View all comments (2 more)
0
it takes a lot of programming to make that crazycampercool9 10 — 8y
0
Ok... there is something wrog with my game. I can't make my GUI work, and your book isn't working either! It's very nice to be able to study the code though. Much better, because I understand most of it. I don't think I have all the parts you did though... I am going to check again. crazycampercool9 10 — 8y
Ad
Log in to vote
0
Answered by 8 years ago

Ok... do y'all think this would work?

When the object (the book) is left clicked on, then make several PlayerGui's in the same position, have words for a book (decals), give each GUI a button (page number) that would have coding to make it's parent invisible (That would mean we need to put the buttons under the ScreenGui), and then have a close button where it would take away all the present GUI's.

Is this correct?

Answer this question