|
| 05 Sep 2014 08:23 PM |
| how do i make a game it teleports players to another place in an amount of time like in the mad murderer were it teleports the players from the lobby into the game? |
|
|
| Report Abuse |
|
|
|
| 05 Sep 2014 08:24 PM |
| You sir need to relearn lua. |
|
|
| Report Abuse |
|
|
Zoink101
|
  |
| Joined: 19 Dec 2010 |
| Total Posts: 2758 |
|
| |
|
DracoAura
|
  |
| Joined: 17 Feb 2011 |
| Total Posts: 2320 |
|
|
| 05 Sep 2014 08:25 PM |
"how do i make a game it teleports players to another place in an amount of time like in the mad murderer were it teleports the players from the lobby into the game?"
You want to make an entire game just to teleport players? |
|
|
| Report Abuse |
|
|
|
| 05 Sep 2014 08:27 PM |
Gonna give you the script but you time it your self.
point = game.Workspace.InsertName
wait() script.Parent.Touched:connect(function(hit) pcall(function() print(game.Players:GetPlayerFromCharacter(hit.Parent).Name) hit.Parent:MoveTo(point.Position) end) end)
Do not do this kids! Trust me i was fooled too: http://wiki.roblox.com/images/1/13/Scam1.png |
|
|
| Report Abuse |
|
|
|
| 05 Sep 2014 08:46 PM |
| lol no i dont i just wanna know how to teleport players |
|
|
| Report Abuse |
|
|
|
| 05 Sep 2014 09:16 PM |
You mean by game?
http://wiki.roblox.com/index.php?title=TeleportService_guide
this is nor normal siggy |
|
|
| Report Abuse |
|
|
Zora560
|
  |
| Joined: 25 Feb 2007 |
| Total Posts: 380 |
|
|
| 05 Sep 2014 09:17 PM |
| pray to shrek to give you the answer :] |
|
|
| Report Abuse |
|
|