For my Naruto game (credit to mastrj's generations), I need more space for chars. How do I make pages or rotation so that there are more options? For example. There's a page with six chars. You can pick one of six via click, or press next at the bottom and go to the next page. How do I do this?
function onClick() script.Parent.Parent.Visible = false script.Parent.Parent.Parent.Page2.Visible = true end script.Parent.MouseButton1Click:connect(onClick)
this would be "Page 1" and so it uses Page 2. For page 2 you can add Page3.Visible = true. You need to put the "Page" into a frame.