Talk:How to Make Ramps

From Legacy Roblox Wiki
Jump to navigationJump to search

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)