- What do you want to achieve? Keep it simple and clear!
Im basically making a story game and i need the players to be teleported to the main game.
- What is the issue? Include screenshots / videos if possible!
I havent used “Places” since 2020 so im not really sure if im just a bit rusty or what ?
Lets get to the problem. When i try to teleport to the main game created with the asset manager i get the error “That place is restricted”. Yes i have Allow third party teleports enabled n all that stuff. Heres the code that handles the teleporting:
local function Teleport(List) -- // List is an array of all the players obviously
local Options = Instance.new("TeleportOptions")
Options.ShouldReserveServer = true
game["Teleport Service"]:TeleportAsync(10629870256,List,Options) -- // Id is the place created with the asset manager
end
- What solutions have you tried so far? Did you look for solutions on the Developer Hub?
And yes before someone tells me “Look on the dve forum before postin”. I have done that already but cant find anything thats useful for me!. I also tried lookin at the dev hub if i was using “TeleportAsync” wrong but im not… Im not really sure what im doing wrong so itd be pretty awesome if anyone could help me