How do I make a readable book?

I am building a library and books are essential for obvious reason. I played around with the Gui and I got the book design that I want but the hard part (for me) is closing the GUI, turning the pages/ returning to pages and bookmark. I am not a scripter so any help on this would help. Thanks :D.

5 Likes

Pretty much, the basics of GUI will get you started with this. So, make sure you check out Roblox’s documentation on it, and other tutorials, too.

If you already know how to create and customise GUIs, then you just need to learn to script it. This video might help, if it doesn’t, you can keep looking more.

On a side note, if you want that to achieve animations for your magazine UI, like turning pages, then you need to learn GUI Tweenings.

3 Likes

Thanks for the helped :D. I think I understand how to do these now.

2 Likes

Is there also a way to make it turn 3D?
like in piggy

I know it’s been a long time since then, but try your luck with ViewportFrames. ViewportFrames are like windows to 3d through a 2d plane.
Here’s the link: Frames | Roblox Creator Documentation

1 Like