#✅ | Fullscreen
1 messages · Page 1 of 1 (latest)
Hi! Please first select which type of question you want to ask:
- "Normal Question" is enough for most questions. If you are unsure, you should choose this mode. It provides quick and accurate answers to your questions and problems.
- "Complex Task" is for very complex questions and multi-step tasks. For example, questions involving complex action script, requirement, or placeholder logic. Normal users will almost never need this. Getting answers takes much longer here.
It is not possible for anybody to send messages in this thread before selecting a mode.
Selected mode: 💬 Normal Question
Yes, but not as an automatic Drippy-specific toggle. The documented way is to do it with FancyMenu positioning + loading requirements 🎛️🧩
Two good options:
-
Use advanced positioning with screen-size placeholders
- Make the bar position depend on
guiwidth/guiheight - This keeps it aligned to the current window size
- Good if you want the bar to stay in the same relative place on any resolution
- Make the bar position depend on
-
Use two versions of the bar
- One bar for fullscreen
- One bar for windowed mode
- Use the
Is Fullscreenrequirement to show/hide the correct one 🎯
So if your fullscreen and windowed backgrounds need different placement, the cleanest setup is usually:
- fullscreen bar → visible only when fullscreen
- windowed bar → visible only when not fullscreen
If you want, I can help you build the exact setup for your loading bar position and give you the placeholder formula too 🙂