I'm not sure if it is possible. Example:
local player = game.Players.LocalPlayer local TeleportService = game:GetService("TeleportService") TeleportService:Teleport(--[[placeid]], player) -- I would try to make the default loading screen for this customized.
Here's a tutorial on how to do it :
http://wiki.roblox.com/index.php?title=Custom_loading_screen
It should explain everything you need to know about custom loading screens.