How do I remove the default loading screen?

I tried the function for it but it didnt work for some reason…?

2 Likes

Is it a local script inside replicated first?

https://developer.roblox.com/en-us/api-reference/function/ReplicatedFirst/RemoveDefaultLoadingScreen

You cant remove the Default Loading Screen, you can only make it last shorter using the RemoveDefaultLoadingScreen function.

6 Likes

oh that explains it. thank you