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

How to make a Player instantly teleport to a different place?

Asked by 6 years ago

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!

2 answers

Log in to vote
0
Answered by
Webm07 43
6 years ago
  1. RemoveDefaultLoadingScreen() is for if you have a custom loading screen
  2. There isn't a way right now to instantly send someone to another place without the place loading
Ad
Log in to vote
0
Answered by 6 years ago

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.

Answer this question