Forum > Scripts >

Teleport to VIP Server?

Posts: 11

Threads: 5

Joined: Aug, 2020

Reputation: 0

Posted

I am trying to teleport to a VIP server I own in a game I do not own. Using this code but cant get it to work...

 

local TS = game:GetService("TeleportService")

local player = game:GetService("Players").LocalPlayer

local code = TS:ReserveServer(game.PlaceId) -- Returns a code

 

TS:TeleportToPrivateServer(3652625463,code,player)

  • 0

Posts: 797

Threads: 70

Joined: May, 2020

Reputation: 9

Replied

u literally just explained why it won't work lol

  • 0

Don't buy exploits its not worth it your gonna quit anyway

Taking accountability will help you excel in life

Posts: 11

Threads: 5

Joined: Aug, 2020

Reputation: 0

Replied

So you are saying I need to own the game to teleport to a private server? I have a private server in the game.

  • 0

Added

Ok, if I cant teleport to a vip server is it possible to teleport to an emplty server? I have been using the following to teleport in my auto farm script.

 

game:GetService("TeleportService"):Teleport(GameId)

 

However, I have noticed that often I am teleported to the same server. Is it possible to teleport to an empty server via script?

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )