#Enter a new world (2)
18 messages · Page 1 of 1 (latest)
** You are now Level 3! **
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?