Hello,
In my game, I want the Player to be teleported to a different place once they;ve clicked a TextButton which I've done.
Only thing I'm curious about is: How can I make the Player instantly go to that place without ROBLOX having to load it all and stuff? I have read something about:
local RF = game:GetService("ReplicatedFirst") RF:RemoveDefaultLoadingScreen()
But I don't know how to use this properly, could someone tell me if this is the right way and how to use it properly?
Thanks in advance!
If you're teleporting the player to another place, ROBLOX will have to load that place first. It's not in the player's memory until it is loaded.
Yes, you can use that to hide the default ROBLOX loading screen, but it will still have to load. Unless the user has insanely fast internet, as well as a beefy computer, it will take a short time to load.