You can write your topic however you want, but you need to answer these questions:
-
**What do you want to achieve? I’m making some UI for my game and it loads when the loading screen comes on how do I fix this?
-
**What is the issue?
You can write your topic however you want, but you need to answer these questions:
**What do you want to achieve? I’m making some UI for my game and it loads when the loading screen comes on how do I fix this?
**What is the issue?
If you did make that then, ask for help in #help-and-feedback:scripting-support
if you did not make that, then:
I think you have a virus / backdoor, check your scripts.
This is an extremely vague post. Please elaborate on the topic or delete the thread.
i did make it i just don’t know how to get rid of the ui
I’m confused, can you elaborate on what you want done exactly, with details.
I think I know your problem, Enable the main UI after the loading is done.
What I think you need to remove the default roblox loading screen:
game.ReplicatedFirst:RemoveDefaultLoadingScreen() -- removes the basic loading screen.
Otherwise, please elaborate.
The ui that i made on the side i want to get rid of untill the player fully loads in
Disable the UI while the player is loading, then enable it after the player is fully loaded in.
do you know what the problem is?
You need to use a script, that will enable it after it is done loading, or just edit your current one
local gui = --define the screen gui
gui.Enabled = true