025110
|
  |
| Joined: 23 Nov 2012 |
| Total Posts: 57661 |
|
|
| 06 Aug 2015 12:15 AM |
so I have this boat works great, but it LOWERS in the water when u drive
what can b causing it? i will post scripts if needed |
|
|
| Report Abuse |
|
|
| |
|
025110
|
  |
| Joined: 23 Nov 2012 |
| Total Posts: 57661 |
|
|
| 06 Aug 2015 12:20 AM |
edited free model lol
MaxSpeed=0
function constant(engine) script.Parent.Parent.Hull.BodyVelocity.velocity=engine.CFrame.lookVector*MaxSpeed
end
function check() if (script.Parent.Throttle==1) then
MaxSpeed=60
elseif(script.Parent.Throttle==-1) then
MaxSpeed=-60
end
if(script.Parent.Throttle== 0) then MaxSpeed= 0 end
if (script.Parent.Steer==-1) then
script.Parent.Turn.angularvelocity=Vector3.new(0,1,0)
elseif (script.Parent.Steer==1) then
script.Parent.Turn.angularvelocity=Vector3.new(0,-1,0)
elseif (script.Parent.Steer==0) then
script.Parent.Turn.angularvelocity=Vector3.new(0,0,0)
end end
while wait() do check() constant(script.Parent) end
|
|
|
| Report Abuse |
|
|
|
| 06 Aug 2015 12:20 AM |
| I don't work with FM. Sorry. |
|
|
| Report Abuse |
|
|
025110
|
  |
| Joined: 23 Nov 2012 |
| Total Posts: 57661 |
|
|
| 06 Aug 2015 12:21 AM |
| ur not the only scripter here so |
|
|
| Report Abuse |
|
|
| |
|
DogeKip
|
  |
| Joined: 06 Mar 2011 |
| Total Posts: 6860 |
|
|
| 06 Aug 2015 12:28 AM |
@Start Just because they edited a model doesn't mean that you shouldn't help them, but my issue is that this guy's RAP is over 500k and it seems as though it is caused by him stealing things so I refuse to contribute to the destruction of Roblox's community.
On and on south of heaven | Previously: awesom914 |
|
|
| Report Abuse |
|
|
025110
|
  |
| Joined: 23 Nov 2012 |
| Total Posts: 57661 |
|
| |
|
DogeKip
|
  |
| Joined: 06 Mar 2011 |
| Total Posts: 6860 |
|
|
| 06 Aug 2015 12:37 AM |
Only children actively use free models for anything other than learning, I refuse and so should others if you only want to pass it off as your own.
On and on south of heaven | Previously: awesom914 |
|
|
| Report Abuse |
|
|
|
| 06 Aug 2015 12:40 AM |
lol what
"this guy had a lot of money he obviously scams" |
|
|
| Report Abuse |
|
|
DogeKip
|
  |
| Joined: 06 Mar 2011 |
| Total Posts: 6860 |
|
|
| 06 Aug 2015 01:28 AM |
558k rap, only free models. Pathetic.
On and on south of heaven | Previously: awesom914 |
|
|
| Report Abuse |
|
|
regentia
|
  |
| Joined: 07 Feb 2011 |
| Total Posts: 66 |
|
|
| 06 Aug 2015 01:37 AM |
i've had similar problems with bodyvelocity before where the object i had it in would slowly sink
try this
function constant(engine) script.Parent.Parent.Hull.BodyVelocity.velocity=(engine.CFrame.lookVector+Vector3.new(0,.1,0))*MaxSpeed end |
|
|
| Report Abuse |
|
|