Basically RemoveDefaultLoadingScreen() isnt working, im aware it isnt suppose to entirely remove the loading screen and its suppose to shorten it, but it isnt working, it isnt shortening the loading screen
Do you get any errors? If not how big is your game.
no, and i dont think my game is that big
Can you send me the script you’re using?
Try putting the localscript that calls to remove the loading screen in ReplicatedFirst, s.t. the player isn’t waiting for the script to replicate whenever the engine feels like it for it to run.
LocalScript under ReplicatedFirst:
game:GetService("ReplicatedStorage"):RemoveDefaultLoadingScreen()
task.wait()
print("RemoveDefaultLoadingScreen success!")