Why am I not teleporting?
I am trying to make a menu for my game, Star Wars Saberfront. However I get this error:
20:21:48.751 - httpGet http://assetgame.roblox.comGame/PlaceLauncher.ashx?request=RequestGame&placeId=330893648&isPartyLeader=false&gender=&isTeleport=true failed. Trying again. Error: http://assetgame.roblox.comGame/PlaceLauncher.ashx?request=RequestGame&placeId=330893648&isPartyLeader=false&gender=&isTeleport=true: Trust check failed, The operation completed successfully.
. Elapsed time: 0
20:21:48.794 - Teleport exception: http://assetgame.roblox.comGame/PlaceLauncher.ashx?request=RequestGame&placeId=330893648&isPartyLeader=false&gender=&isTeleport=true: Trust check failed, The operation completed successfully.
And this is my code:
1 | script.Parent.MouseButton 1 Click:connect( function () |
2 | game:GetService( "TeleportService" ):Teleport( 330893648 ,game.Players.LocalPlayer) |
What do I do?