How can i make a teleporter load in a map and then teleport you

im making a 3d platformer game and im making a teleporter that teleports the player to a level but since the levevls are going to be very big and theres going to be alot of them i wanted the teleporter to load them in so bassicly you touch the teleporter and then a loading screen pops up it waits like 10 seconds for the map to load then it teleports you how would i be able to do this

So if your using content streaming to load in parts that are close to the character

https://create.roblox.com/docs/optimization/content-streaming

You can then use RequestStreamAroundAsync to preload area before teleporting a player

Or you can change StreamingPauseMode to pause the game while the area loads in

1 Like