#✅ | Fancymenu loading diferently for other users
1 messages · Page 1 of 1 (latest)
This usually happens when the layout is relying on your own screen size / GUI scale / anchors, so it looks fine on your setup but not on someone else’s.
A few things to check first:
-
Use correct anchor points for elements
If elements are supposed to stay attached to vanilla buttons or corners, anchor them to those elements/corners instead of the center.
Positioning Elements -
Check GUI scale differences
Another player may have a different Minecraft GUI scale, which can shift things around. You can force a GUI scale per layout or use auto-scaling if needed.
Advanced Positioning & Sizing -
Look for hardcoded positions/sizes
If you used absolute positioning or advanced sizing with screen width/height values, the layout can behave differently on other resolutions. -
Check if it’s a universal layout
Universal layouts load on many screens, so if the target screen differs between players or mod setups, it can appear scrambled.
Universal Layouts
If you want, send:
- the Minecraft version
- whether this is a universal or current screen layout
- a screenshot of the editor layout
- and tell me if the other player uses a different GUI scale / resolution
Then I can narrow it down more 💛