The game is ready for people to see. It is not scripted. It is simply a lay out of whats to come. You can check it out here: Forum Open Demo Test (Not Scripted) - Roblox
Not even sure what’s even going on. It’s supposed to be the DevForums but on roblox? I don’t understand the layout. /shrug
Oh, I want to create the original forums through a Roblox game. This is a layout. Should of been more specific in the post.
oh, thats a huge bug. I gotta fix that.
i don’t even know how that happened
let me test it some more. Brb for a bit
Hmm, I can’t seem to find the problem. Is it the screen resolution? I use a laptop for everything. I had it perfect on my screen. I wonder what is causing this to happen.
Topic has been closed until my brain can figure this out.
it has to be scaled on other screens too.
This is not a bug, you can easily scale your frames so it can look good on each device, here’s a quick tutorial:
1. Make sure you use Scale over Offset when you resize your frame
Good example
Bad example
2. Insert a UIAspectRatioConstraint in your frame
(You can’t insert it directly in the ScreenGui)
3. Set as you want his behavior
Final result:
Computer:
Mobile:
To test it, you can click on the Mobile Icon or drag your mouse to scale your screen:

Note: it’s only necessary to use it on your first frame (main) rather than frames that are inside of it
Thanks, sorry I was late to this. I got tired. Anyways, I will fix this bug in a bit.
I tried that, this is what happened. I probably did something wrong. I’m bad with UI’s. This is for
HD 1080 Monitors.
Hello! Select your TextLabels and enable TextScaled and TextWrapped
Where to find them:
Ok, thank you so much. Will do.
Also, I would suggest you to create ONE big frame per sections, for example: TopFrame, LeftFrame, Center, etc
Plus, insert the UIAspectRatioConstraint inside the blue frame only
Ok, I used a scroll instead of a frame. Will fix that.
Scrolling frames works too!
I am redoing all of it. It should look better.