|
| 19 Aug 2011 08:19 PM |
I Am Looking For People That Would Like To Build Some Boats (Structures Or Scripted) For My Ship Battle Game. Credit Will Be Given, And If You Want, I Can Pay. Please NO Spammers That Will Say Stuff That Has Nothing To Do With This Topic.
cheese5505 |
|
|
| Report Abuse |
|
|
|
| 19 Aug 2011 08:23 PM |
Why does everyone, or nearly everyone capitalize all there words at the start with a new capital, like this.
' Hey, My Name Is...Etc. '
This is the most wise choice.
' Hey, my name is...Etc. '
It's complicated to most. |
|
|
| Report Abuse |
|
|
|
| 19 Aug 2011 08:29 PM |
| UMG Thats the 2nd time someone has said that. |
|
|
| Report Abuse |
|
|
| |
|
theopfor
|
  |
| Joined: 08 Feb 2011 |
| Total Posts: 11003 |
|
|
| 19 Aug 2011 08:44 PM |
PAULJKL'S BOAT TUTORIAL
You need a VehicleSeat,BodyGyro,BodyPosition,BodyAngularVelocity and BodyVelocity.
Insert the BodyGyro and such to a brick that you want as the piece that is at water level.
Edit the BodyPostion's position to the water levels height and change the maxForce to 0,1e+010,0
Change the maxForce on the BodyVelocity and BodyAngularVelocity to 1e+010,1e+010,1e+010
Change the velocity on the BodyAngularVelocity and BodyVelocity to 0,0,0
Then add this script to the piece:
seat = script.Parent.Parent.VehicleSeat seat.Changed:connect(function () if seat.Throttle == 1 then script.Parent.BodyVelocity.velocity = script.Parent.CFrame.lookVector * 30 elseif seat.Throttle == -1 then script.Parent.BodyVelocity.velocity = script.Parent.CFrame.lookVector * -15 elseif seat.Steer == 1 then script.Parent.BodyAngularVelocity.angularvelocity = Vector3.new(0,1.5,0) elseif seat.Steer == -1 then script.Parent.BodyAngularVelocity.angularvelocity = Vector3.new(0,-1.5,0) elseif seat.Throttle == 0 then script.Parent.BodyVelocity.velocity = Vector3.new(0,0,0) elseif seat.Steer == 0 then script.Parent.BodyAngularVelocity.angularvelocity = Vector3.new(0,0,0) end end)
THE CLAAAAAAAAAAAAAAAAAAAAAAAAWWW!! |
|
|
| Report Abuse |
|
|
|
| 19 Aug 2011 08:48 PM |
| I Already Know That. I Need Some People To Build Some Boats For Me. |
|
|
| Report Abuse |
|
|
theopfor
|
  |
| Joined: 08 Feb 2011 |
| Total Posts: 11003 |
|
|
| 19 Aug 2011 08:49 PM |
And there is a tutorial.
THE CLAAAAAAAAAAAAAAAAAAAAAAAAWWW!! |
|
|
| Report Abuse |
|
|
|
| 19 Aug 2011 09:15 PM |
| No, I mean the actual boat, the bricks, not the scripting. |
|
|
| Report Abuse |
|
|
|
| 19 Aug 2011 09:23 PM |
| Yeah, tell me about it xD Its so anoyying. But if you want to have a boat, ask one of my friends. They are epic at building boats. |
|
|
| Report Abuse |
|
|
|
| 19 Aug 2011 09:37 PM |
| Thanks, can you suggest some people to me? |
|
|
| Report Abuse |
|
|
|
| 19 Aug 2011 09:45 PM |
| Im not sure what their names are. |
|
|
| Report Abuse |
|
|
| |
|
pauljkl
|
  |
| Joined: 23 Oct 2008 |
| Total Posts: 9364 |
|
|
| 20 Aug 2011 06:24 AM |
| I think my boat tutorial has got too big now, any place with boats from people who cant script have that exact script inside them. Not that i look.... *Shifty eyes* |
|
|
| Report Abuse |
|
|