|
| 08 Mar 2012 03:10 PM |
Script someone?
May i please have a script?
For a teleporter? |
|
|
| Report Abuse |
|
|
comeon38
|
  |
| Joined: 22 Feb 2009 |
| Total Posts: 176 |
|
|
| 08 Mar 2012 03:32 PM |
| I don't mean to be rude, but working ones are found in FREE MODELZZZ. |
|
|
| Report Abuse |
|
|
Jlobblet
|
  |
| Joined: 05 Sep 2010 |
| Total Posts: 587 |
|
|
| 08 Mar 2012 04:12 PM |
Pos = {X = 0; Y = 0; Z = 0}
function teleport(x,y,z,m) m:MoveTo(Vector3.new(x,y,z) end
teleport(Vector3.new(Pos.X,Pos.Y,Pos.Z,Workspace.ModelNameHere)
It moves it to 0,0,0. an alternative way uses a Vector3 valua. |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 08 Mar 2012 04:36 PM |
@comeon
What's up with you and free models? You can't script either or something? |
|
|
| Report Abuse |
|
|
comeon38
|
  |
| Joined: 22 Feb 2009 |
| Total Posts: 176 |
|
|
| 08 Mar 2012 04:37 PM |
| I can script. I just don't feel like typing a teleporter code down. |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 08 Mar 2012 04:37 PM |
| Why don't you just say not taking requests? Saying free models can hurt them more if they have a virus. |
|
|
| Report Abuse |
|
|
comeon38
|
  |
| Joined: 22 Feb 2009 |
| Total Posts: 176 |
|
|
| 08 Mar 2012 04:40 PM |
So :L? I get teleporters from FM. It is easier than wasting my fingers on them.
The only kind of teleportation I code and use my own is a GUI teleporter. |
|
|
| Report Abuse |
|
|
|
| 08 Mar 2012 04:40 PM |
TeleportTo = workspace.TeleportExit --Swap "TeleportExit" with the brick you want to teleport to function onTouch(hit) if game.Players:GetPlayerFromCharacter(hit.Parent) then hit.Parent:MoveTo(TeleportTo.Position) end end script.Parent.Touched:connect(onTouch)
Parent that to the place where you step to teleport |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 08 Mar 2012 04:42 PM |
@comeon
That's the worst excuse ever saying you don't know how to script. |
|
|
| Report Abuse |
|
|
comeon38
|
  |
| Joined: 22 Feb 2009 |
| Total Posts: 176 |
|
|
| 08 Mar 2012 04:43 PM |
| I do know how to script. Sorreh meh boi. I don't honestly care what you think. |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 08 Mar 2012 04:46 PM |
"I don't honestly care what you think."
That's not what I'm proving. You don't even know me so why would you think what I think? I mean if you say you can script yet you choose free models instead of a five line code you can make yourself, that proves nothing you know about coding. |
|
|
| Report Abuse |
|
|
comeon38
|
  |
| Joined: 22 Feb 2009 |
| Total Posts: 176 |
|
|
| 08 Mar 2012 04:48 PM |
f = game.Instance.new("Message") f.Text = "Wonderful!" f.Parent = Workspace |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 08 Mar 2012 04:49 PM |
Instance.new("Message",Workspace).Text = "Wonderful!"
Saying a 3 line code doesn't mean you can code. |
|
|
| Report Abuse |
|
|
comeon38
|
  |
| Joined: 22 Feb 2009 |
| Total Posts: 176 |
|
|
| 08 Mar 2012 04:51 PM |
I wasn't attempting to prove that I can?
Now if you please, stop making judgements. |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 08 Mar 2012 04:56 PM |
| So why did you make that script? |
|
|
| Report Abuse |
|
|
ziggly27
|
  |
| Joined: 27 Mar 2009 |
| Total Posts: 641 |
|
|
| 08 Mar 2012 05:08 PM |
| Honestly, don't judge him. It your buisness whether he can or can't. |
|
|
| Report Abuse |
|
|
ziggly27
|
  |
| Joined: 27 Mar 2009 |
| Total Posts: 641 |
|
| |
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 08 Mar 2012 05:29 PM |
| I don't want him giving bad advice. |
|
|
| Report Abuse |
|
|
ziggly27
|
  |
| Joined: 27 Mar 2009 |
| Total Posts: 641 |
|
| |
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
| |
|