Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is game.ReplicatedFirst:RemoveDefaultLoadingScreen() Right one?

Asked by 5 years ago

So for my game im trying to make it so that when I teleport you can see a screen instead of the roblox default screen using

game.ReplicatedFirst:RemoveDefaultLoadingScreen()

is it the right one if so how do I use it with an image i tried using clone before and it did not work can anyone tell me like an Idea of how I can use it so that it shows an Image when I press start game and then teleportation happens with an Image instead of roblox's default Image

0
When you teleport a player you can pass a gui that will be shown during the teleport between places but you are not able to run scripts. User#5423 17 — 5y
0
You can then have a load screenwhich is shown when the player joins the game which needs to be in replicated first. This gui can have scripts in to load game assets. User#5423 17 — 5y

Answer this question