|
| 05 Sep 2011 08:28 PM |
| Can anyone give me the Jetpack Script? |
|
|
| Report Abuse |
|
|
belial52
|
  |
| Joined: 10 Oct 2009 |
| Total Posts: 8074 |
|
|
| 05 Sep 2011 08:29 PM |
Didn't I tell you this already? Free models can. |
|
|
| Report Abuse |
|
|
|
| 05 Sep 2011 08:30 PM |
| Really, dude I really need it now tell me! |
|
|
| Report Abuse |
|
|
belial52
|
  |
| Joined: 10 Oct 2009 |
| Total Posts: 8074 |
|
|
| 05 Sep 2011 08:30 PM |
| Really dude, free models has it. |
|
|
| Report Abuse |
|
|
|
| 05 Sep 2011 08:34 PM |
Ok ok fine.
function jetPack(person) while true do coroutine.wrap(function(person) repeat fly() until false end)() p = Instance.new("Part",workspace) end end
function fly(person) while true do repeat jetPack(person) until false v = Vector3.new(person.Character.Torso.lookVector) Instance.new("BodyForce",person).force = v*person.Character:GetMass() end end
jetPack("AviationDirection")
~{::Epic Hologram Maker::}~ ~http://www.roblox.com/Hologramizer-item?id=60142277 |
|
|
| Report Abuse |
|
|
|
| 05 Sep 2011 08:40 PM |
Whoops, this one works:
function jetPack(person) while true do coroutine.wrap(function() repeat fly(person) until false end)() p = Instance.new("Part",workspace) end end
function fly(person) while true do coroutine.wrap(function() repeat jetPack(person) until false end)() v = person.Character.Torso.lookVector Instance.new("BodyForce",person).force = v*person.Character:GetMass() end end
jetPack(game.Players.AviationDirection)
~{::Epic Hologram Maker::}~ ~http://www.roblox.com/Hologramizer-item?id=60142277 |
|
|
| Report Abuse |
|
|
| |
|
| |
|
LinuxhaxU
|
  |
| Joined: 22 Aug 2010 |
| Total Posts: 164 |
|
| |
|