#Enter a new world (2)

18 messages · Page 1 of 1 (latest)

still robin
#

Why are you making another post?

#

And you shouldn't have to create another post

still robin
#

You already created so there is no point in deleting it

#

Whats the issue?

fleet muskBOT
#

studio** You are now Level 3! **studio

still robin
#

Wait... You want to teleport player to another GAME or to another position?

#

Why did you used "{" and "}" here:
CLICK_DETECTOR1.MouseClick:Connect(function(playerWhoClicked)
TELEPORT_SERVICE:TeleportToPrivateServer(PLACE_ID, {playerWhoClicked})
end)

#

It should be:

CLICK_DETECTOR1.MouseClick:Connect(function(playerWhoClicked)
    TELEPORT_SERVICE:TeleportToPrivateServer(PLACE_ID,  code,{playerWhoClicked})
end)

Where "code" should be a... code..

#

You need to use a code to teleport to private server...

#

And in your script, the code was passed as the player but in a table

#

;-;

#

I mean that should be easy to fix...

#

You need a code

#

A fricking code

#

A password

#

Whats so hard to understand?

still robin
#

Maybe