The title pretty much explains everything. I want to know if there’s any difference between using ReplicatedFirst and PreloadAsync() if I want a loading screen for my game. Just curious which method works best
i’m a little confused, replicatedfirst and preloadasync do different things. you should put your loading screen gui/script into replicatedfirst and inside the script, preload only whats necessary (important models, images, etc.)