|
| 21 Aug 2016 12:11 AM |
Im tryna make the Local Player Get Placed into the same server as the target userid.
Here's wht I have:
local teleportService = game:GetService'TeleportService' function followPlayer(player, targetUserId) local success, errorMsg, placeId, instanceId = teleportService:GetPlayerPlaceInstanceAsync(targetUserId) if success then teleportService:TeleportToPlaceInstance(placeId, instanceId, player) else print("Teleport error:", errorMsg) end end
script.Parent.MouseButton1Down:connect(function() followPlayer(game.Players.LocalPlayer, tonumber(script.Parent.Parent.Text)) end)
Error: Http Error
Need help with DataStore? Get This: https://www.roblox.com/Datastore-Example-item?id=477512343 |
|
|
| Report Abuse |
|
|
|
| 21 Aug 2016 01:55 AM |
.
Need help with DataStore? Get This: https://www.roblox.com/Datastore-Example-item?id=477512343 |
|
|
| Report Abuse |
|
|
| |
|
|
| 21 Aug 2016 01:57 AM |
i tried it in game to
i get line 4 andd 13, get global player
Need help with DataStore? Get This: https://www.roblox.com/Datastore-Example-item?id=477512343 |
|
|
| Report Abuse |
|
|
|
| 21 Aug 2016 02:53 AM |
?
Need help with DataStore? Get This: https://www.roblox.com/Datastore-Example-item?id=477512343 |
|
|
| Report Abuse |
|
|
jaylen
|
  |
| Joined: 13 Jun 2007 |
| Total Posts: 69 |
|
|
| 21 Aug 2016 02:55 AM |
Enable HttpService?
I have exactly R$4 Robux! |
|
|
| Report Abuse |
|
|
|
| 21 Aug 2016 03:55 AM |
| Roblox wiki's version isn't that great, that's why you don't see this too often |
|
|
| Report Abuse |
|
|
|
| 21 Aug 2016 03:59 AM |
I seen other games do it, U know any helpful examples?
Need help with DataStore? Get This: https://www.roblox.com/Datastore-Example-item?id=477512343 |
|
|
| Report Abuse |
|
|
|
| 21 Aug 2016 04:20 AM |
Here's a thread I had:
https://forum.roblox.com/Forum/ShowPost.aspx?PostID=194284854 |
|
|
| Report Abuse |
|
|
|
| 21 Aug 2016 05:41 AM |
.-. hmm so would place id in the last post be the place id of the main screen or sumthin?
Need help with DataStore? Get This: https://www.roblox.com/Datastore-Example-item?id=477512343 |
|
|
| Report Abuse |
|
|
|
| 21 Aug 2016 05:59 AM |
I would give the help but apparently i cant script, build, animate, or gfx :)
https://forum.roblox.com/Forum/ShowPost.aspx?PostID=196586735&PageIndex=3
Placeid is whatever you put it as (URL wise) just copy the main games URL numbers and paste it into the placeid.
that forum didnt provide too much help tho, the final product of that forum didn't work, I had to tweak it. |
|
|
| Report Abuse |
|
|
Shunging
|
  |
| Joined: 24 Sep 2016 |
| Total Posts: 1 |
|
| |
|