Jetpack script F0r SB
-----------------------------------------------------------------------------------------------
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