#✅ | Fullscreen

1 messages · Page 1 of 1 (latest)

turbid vigil
#

Hey guys, is there any way to make the loading bar reposition itself?

For example:

If it's in fullscreen, it adjusts to the fullscreen background.

If it's in a window, it adjusts to the window background.

sand mesaBOT
#

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

sand mesaBOT
# turbid vigil Hey guys, is there any way to make the loading bar reposition itself? For examp...

Yes, but not as an automatic Drippy-specific toggle. The documented way is to do it with FancyMenu positioning + loading requirements 🎛️🧩

Two good options:

  1. 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
  2. Use two versions of the bar

    • One bar for fullscreen
    • One bar for windowed mode
    • Use the Is Fullscreen requirement 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 🙂