hello I would like to know if it is possible to remove or disable the screen this roblox loading screen
1 Like
It is. On a local script you can do the following:
game:GetService("ReplicatedFirst"):RemoveDefaultLoadingScreen()
1 Like