Irradiant
|
  |
| Joined: 31 May 2012 |
| Total Posts: 56114 |
|
|
| 10 Jul 2015 05:46 PM |
Idk why this won't work
I'm trying to make it to where you can search a universe to see if a certain player is in it according to what is input via TextBox
script.Parent.Search.MouseButton1Down:connect(function() local User = game.Players:GetUserIdFromNameAsync(""..script.Parent.NameLabel.Text) local succeeded, errorMsg, placeId, instanceId = game:GetService("TeleportService"):GetPlayerPlaceInstanceAsync(User) if succeeded then script.Parent.Currently.Text = "In-Game" end end)
It says there's an error on: local succeeded, errorMsg, placeId, instanceId = game:GetService("TeleportService"):GetPlayerPlaceInstanceAsync(User)
The error is: 22:26:25.161 - HTTP 403 (HTTP/1.1 403 Forbidden)
I'm pretty much trying to make it to where you can search your Universe for a player according what is entered into a TextBox
ROBUX: R$11,691 |
|
|
| Report Abuse |
|
|
Irradiant
|
  |
| Joined: 31 May 2012 |
| Total Posts: 56114 |
|
| |
|
Irradiant
|
  |
| Joined: 31 May 2012 |
| Total Posts: 56114 |
|
| |
|
Irradiant
|
  |
| Joined: 31 May 2012 |
| Total Posts: 56114 |
|
| |
|
Irradiant
|
  |
| Joined: 31 May 2012 |
| Total Posts: 56114 |
|
| |
|
Irradiant
|
  |
| Joined: 31 May 2012 |
| Total Posts: 56114 |
|
| |
|
KEVEKEV77
|
  |
| Joined: 12 Mar 2009 |
| Total Posts: 6961 |
|
| |
|
Irradiant
|
  |
| Joined: 31 May 2012 |
| Total Posts: 56114 |
|
| |
|
Irradiant
|
  |
| Joined: 31 May 2012 |
| Total Posts: 56114 |
|
| |
|
|
| 10 Jul 2015 10:26 PM |
| how you make that everytime appears the robusx thing? xDDD |
|
|
| Report Abuse |
|
|
Irradiant
|
  |
| Joined: 31 May 2012 |
| Total Posts: 56114 |
|
|
| 10 Jul 2015 10:29 PM |
I use Roblox+
A cool extension
just type in roblox.plus in the url bar it it will redirect you to the chrome extension
I set my siggy to be ROBUX: #ROBUX It auto updates my R$ ;p
ROBUX: R$11,691 |
|
|
| Report Abuse |
|
|
Irradiant
|
  |
| Joined: 31 May 2012 |
| Total Posts: 56114 |
|
| |
|
GollyGreg
|
  |
| Joined: 22 May 2008 |
| Total Posts: 21835 |
|
|
| 10 Sep 2015 01:09 AM |
Late post, but I was running into the same issue. (If you're reading this in the future, hi)
This method can only be used on the Server and not the client. I've already contacted a wiki writer to add this piece of information to the wiki.
I just fired a RemoteEvent to teleport the player and it worked like a charm. |
|
|
| Report Abuse |
|
|