Talk:How to Make Ramps: Difference between revisions
>Mr Doom Bringer No edit summary |
>Stephendsdude No edit summary |
||
(21 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
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. ---[[User:Mr Doom Bringer|Mr Doom Bringer]] 18:06, 22 May 2008 (CDT) | 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. ---[[User:Mr Doom Bringer|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...? --[[User:Armydude123|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. ~[[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 == | |||
<pre> | |||
game.Workspace.slope.CFrame=CFrame.fromEulerAnglesXYZ(0,0,0) | |||
</pre> | |||
and | |||
<pre> | |||
game.Workspace.slope.CFrame=CFrame.fromEulerAnglesXYZ(0.5,0.9,0.3) | |||
---- | |||
</pre> | |||
and | |||
<pre> | |||
brick.CFrame=CFrame.new(Vector3.new(0,100,0)) * CFrame.fromAxisAngle(Vector3.new(0,0,1), math.pi/2) | |||
</pre> | |||
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)