|
| 13 Jan 2014 11:09 AM |
| I am doing a script that is using Instance.New(part) and teleport service that is supposed to create a part that when touched it teleports players to a certain place when they touch it. I can do the vector and decal for the part, but all i need is a script in command form so that when i chat it in my place for my group it will create a part that teleports people on touch. |
|
|
| Report Abuse |
|
|
EcIiptic
|
  |
| Joined: 12 Aug 2009 |
| Total Posts: 13737 |
|
| |
|
EcIiptic
|
  |
| Joined: 12 Aug 2009 |
| Total Posts: 13737 |
|
|
| 13 Jan 2014 11:17 AM |
Oh.
And go back to LMaD. We don't make scripts for chumps.
Out. |
|
|
| Report Abuse |
|
|
|
| 13 Jan 2014 11:22 AM |
Part = Instance.new("Part",game.Workspace) Part.Position = Vector3.new(0,0,0) Part.Touched:connect(function(Hit) if Hit.Parent:FindFirstChild("Humanoid") then game:GetService("TeleportService"):Teleport(PLACE_ID_HERE,Hit.Parent) end end) |
|
|
| Report Abuse |
|
|
|
| 13 Jan 2014 11:24 AM |
@Ecliptic - that's not very nice.
http://wiki.roblox.com/index.php/Chat_commands http://wiki.roblox.com/index.php/Chatted http://wiki.roblox.com/index.php/RBX.lua.TeleportService_(Service) http://wiki.roblox.com/index.php/Teleport_(Method)
You should look into these, and learn a bit - write a script up and at least try before asking for someone to help that'll give you the opportunity to learn and more people will be willing to help. |
|
|
| Report Abuse |
|
|
EcIiptic
|
  |
| Joined: 12 Aug 2009 |
| Total Posts: 13737 |
|
|
| 13 Jan 2014 11:27 AM |
Getting annoyed at all the people who come here and say "Make me this".
It's stupid. |
|
|
| Report Abuse |
|
|
|
| 13 Jan 2014 11:27 AM |
@Ecliptic - just guide them in the right direction.
|
|
|
| Report Abuse |
|
|
EcIiptic
|
  |
| Joined: 12 Aug 2009 |
| Total Posts: 13737 |
|
| |
|
| |
|
EcIiptic
|
  |
| Joined: 12 Aug 2009 |
| Total Posts: 13737 |
|
| |
|
|
| 13 Jan 2014 01:31 PM |
im not asking for it to be made, i need to be put in the right direction.
you might be in the wrong thread, i believe. |
|
|
| Report Abuse |
|
|