|
| 06 Feb 2012 12:32 PM |
I want to add a feature making it go to a specific spawn
s = game:service'TeleportService' id = 71618675 s:Teleport(id) script:Remove() |
|
|
| Report Abuse |
|
|
|
| 06 Feb 2012 12:56 PM |
http://wiki.roblox.com/index.php/TeleportToSpawnByName_%28Method%29
game:GetService('TeleportService'):TeleportToSpawnByName(71618675, "SpawnName") script:Remove()
"It looks nice, but I sense a disturbing lack of Rainbow Dash and Fluttershy." |
|
|
| Report Abuse |
|
|
|
| 06 Feb 2012 01:12 PM |
| it teleports, but doesnt go to the specific spawn |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
|
| 08 Feb 2012 09:58 AM |
| I don't believe you can, because what I think happens is when you teleport to another place it puts you in that game like with anyone else. I would request an argument to be added to PlayerAdded but I usually get shot down whenever I have a good idea (such as wedges which were added 4 months after I suggested, although not from my suggestion.) |
|
|
| Report Abuse |
|
|
|
| 08 Feb 2012 10:46 AM |
| You can do it with the default teleporters, however I require a one block teleporter |
|
|
| Report Abuse |
|
|
|
| 08 Feb 2012 12:03 PM |
| You are trying to teleport people to a different place, correct? |
|
|
| Report Abuse |
|
|
|
| 08 Feb 2012 12:26 PM |
Yes
Take apart the teleporter ROBLOX provides and theres a value called DestinationSpawnName. I could use that; however the ROBLOX teleporter requires multiple bricks to work. The one I was using required 1 |
|
|
| Report Abuse |
|
|
|
| 08 Feb 2012 01:16 PM |
game:GetService("TeleportService"):TeleportToSpawnByName(placeId, spawnName)
|
|
|
| Report Abuse |
|
|
|
| 08 Feb 2012 01:23 PM |
| Again, that just makes the player enter the game, not go to a specific spawn |
|
|
| Report Abuse |
|
|
|
| 08 Feb 2012 01:25 PM |
| I don't know man, this is all I can give you http://wiki.roblox.com/index.php/TeleportToSpawnByName_(Method) |
|
|
| Report Abuse |
|
|
|
| 09 Feb 2012 11:42 AM |
| If someone could tell me how to, or make the ROBLOX teleporter only use 1 block then that would be a solution. |
|
|
| Report Abuse |
|
|