Talk:How to Make Ramps: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker
testing
>Stephendsdude
No edit summary
 
(14 intermediate revisions by 5 users not shown)
Line 10: Line 10:
Ya, they did, but I'm thinking of a tool that would be used in the editor, without having to go into play mode.
Ya, they did, but I'm thinking of a tool that would be used in the editor, without having to go into play mode.


"Wouldn't it be great if ROBLOX made an actual tool where you could tilt a block inside the editor without using this command?"
Yes. Will help many ROBLOX users tilt bricks without using Command. ~[[User:Test121|Test121]]
Yay, some one replied to it! Lets get this popular, maybe a ROBLOX dev will look at it. I mean, it's hard to get heard on the forums...
== Testing ==
== Testing ==


Line 20: Line 24:
<pre>
<pre>
game.Workspace.slope.CFrame=CFrame.fromEulerAnglesXYZ(0.5,0.9,0.3)
game.Workspace.slope.CFrame=CFrame.fromEulerAnglesXYZ(0.5,0.9,0.3)
----
</pre>
</pre>


Line 29: Line 36:


work.  The "using a hinge" section could use some rewording, IMHO.  {{User:Mindraker/sig}} 21:45, 24 August 2008 (CDT)
work.  The "using a hinge" section could use some rewording, IMHO.  {{User:Mindraker/sig}} 21:45, 24 August 2008 (CDT)
The use of CFrames could be moved to a CFrame tutorial and this page could be moved to building tutorials [[User:Eyegotbanned|Eyegotbanned]] 04:22, 14 November 2008 (UTC)

Latest revision as of 21:50, 8 July 2011

Don't post about the Wedge Mesh, it doesn't make a ramp. The idea behind a ramp is to make something someone can walk up, not something that looks pretty. Meshes can be explained in another tutorial, they don't apply here. ---Mr Doom Bringer 18:06, 22 May 2008 (CDT)



Wouldn't it be great if ROBLOX made an actual tool where you could tilt a block inside the editor without using this command?

Didn't they already make a "Move on axis" tool...? --Armydude123 16:00, 6 August 2008 (CDT)

Ya, they did, but I'm thinking of a tool that would be used in the editor, without having to go into play mode.

"Wouldn't it be great if ROBLOX made an actual tool where you could tilt a block inside the editor without using this command?" Yes. Will help many ROBLOX users tilt bricks without using Command. ~Test121

Yay, some one replied to it! Lets get this popular, maybe a ROBLOX dev will look at it. I mean, it's hard to get heard on the forums...

Testing

game.Workspace.slope.CFrame=CFrame.fromEulerAnglesXYZ(0,0,0)

and

game.Workspace.slope.CFrame=CFrame.fromEulerAnglesXYZ(0.5,0.9,0.3)

----

and

brick.CFrame=CFrame.new(Vector3.new(0,100,0)) * CFrame.fromAxisAngle(Vector3.new(0,0,1), math.pi/2)

work. The "using a hinge" section could use some rewording, IMHO. MINDRAKER 21:45, 24 August 2008 (CDT)

The use of CFrames could be moved to a CFrame tutorial and this page could be moved to building tutorials Eyegotbanned 04:22, 14 November 2008 (UTC)