Custom introduction loading screen

Hello DevFourm,

ok so I have been looking into a custom intro screen for a while now. I don’t mean something that you see afters Roblox’s initial loading screen. I mean changing the loading screen Roblox has set up. You know the basic loading screen that is always there. I don’t think it seems at far fetched that we can change it due to the fact when a API server is used we can change the loading screen that’s set by Roblox to the API server. Would I be able to change the first Roblox loading screen or would it not be possible due to the fact our assets have no loaded yet such as scripts. Please let me know if so and how. Thanks very much from John.

API loading screen:

Initial loading screen:

2 Likes

Is this what you’re trying to accomplish: (Hopefully these help!)

1 Like

Those will work. Didn’t think about deleting it completely just though about masking over it lol.

1 Like

Yeah, Roblox added the ability to do so a little while back - glad I could help you out. :slight_smile:

3 Likes

image

That would be your line to use above, remember to define ReplicatedFirst, e.g.
local ReplicatedFirst = game:GetService(“ReplicatedFirst”)

4 Likes