Kurpz
|
  |
| Joined: 01 Aug 2013 |
| Total Posts: 26 |
|
|
| 14 Aug 2014 06:54 PM |
I'm not the greatest of scriptwriters, Heck i'm starting to learn but I need some help with a project i'm making. To get the the point I need a Button that can teleport everyone in a server to another server/place.
Say I want to teleport everyone in |Place A| To |Place B| With out using the Kohls Admin command ":place all" So when I click this button it automatically teleports the whole server to another place. Is there anyone who can make this for me? Is it even possible? Thanks for your time. |
|
|
| Report Abuse |
|
|
|
| 14 Aug 2014 07:02 PM |
I'll "make it" if you pay me. I'll "help you script" as in you provide what you've done and I'll help you fix it for free.
http://wiki.roblox.com/index.php?title=RBX.lua.TeleportService_(Service)
If you look closely, I don't give a crap. |
|
|
| Report Abuse |
|
|
|
| 14 Aug 2014 07:04 PM |
| That would be hard to script if it is possible... so I don't know how to help |
|
|
| Report Abuse |
|
|
|
| 14 Aug 2014 07:05 PM |
VIP, that's not that hard to make. Everything is possible on roblox. Even changing ranks in game.
If you look closely, I don't give a crap. |
|
|
| Report Abuse |
|
|
|
| 14 Aug 2014 07:08 PM |
| I haven't messed with the teleport event yet that's I said it would be hard on me |
|
|
| Report Abuse |
|
|
|
| 14 Aug 2014 07:11 PM |
http://www.roblox.com/Distortionals-Place-Number-255-place?id=172097378
1 localscript.
script.Parent.MouseButton1Down:connect(function() local plr = script.Parent.Parent.Parent.Parent.Parent game:GetService('TeleportService'):Teleport((""..script.Parent.Parent.TextBox.Text), plr) end)
If you look closely, I don't give a crap. |
|
|
| Report Abuse |
|
|
|
| 14 Aug 2014 07:18 PM |
test it if you like
If you look closely, I don't give a crap. |
|
|
| Report Abuse |
|
|
opplo
|
  |
| Joined: 09 Dec 2008 |
| Total Posts: 5320 |
|
|
| 14 Aug 2014 07:27 PM |
| You want to gather all the Players in a table, then teleport everyone in the table to the designated place by using the teleport service distortional is pointing you to. |
|
|
| Report Abuse |
|
|
|
| 14 Aug 2014 08:03 PM |
^ I was too lazy to make the table. lol
If you look closely, I don't give a crap. |
|
|
| Report Abuse |
|
|