|
| 10 Aug 2012 09:48 AM |
| Wazzup! I need help if anyone can build me a more pro Spiral Mountain. If you have the time, thank you! I'm sorry but I have no way of paying anyone for it! But thx for reading anyway! |
|
|
| Report Abuse |
|
|
| |
|
|
| 11 Aug 2012 11:02 AM |
| What's the difference?! If you don't to do so... then don't read. All I'm asking is for simple help cause there is nowhere else. |
|
|
| Report Abuse |
|
|
|
| 11 Aug 2012 11:07 AM |
| Have you tried building it yourself? If so, show us, if not, do so. |
|
|
| Report Abuse |
|
|
|
| 11 Aug 2012 11:19 AM |
You could play around with the numbers in this script to get you closer to perfection. This is straight out of the wiki. You could add the line, stair.FormFactor = "Custom" , to make the stairs smaller than 1 stud.-
local height = 100
local stair = Instance.new("Part") stair.Size = Vector3.new(10,1,2) stair.Anchored = true
local staircase = Instance.new("Model")
local angle = math.atan((stair.Size.z / 2) / stair.Size.x) -- Get the perfect angle between stairs
for i = 0, height do stair.Name = "Step "..i -- Name the step stair.CFrame = CFrame.Angles(0, angle * i, 0) * CFrame.new(stair.Size.x/2, i * stair.Size.y, 0) -- Position the step stair.Parent = staircase -- Add the step to the model stair = stair:clone() -- Duplicate the step end staircase.Parent = workspace |
|
|
| Report Abuse |
|
|
|
| 11 Aug 2012 11:23 AM |
| Thank you scacman1967 for actually helping me, again! Rather than the others not doing any helpfully ideas for me! I might try that! |
|
|
| Report Abuse |
|
|
|
| 11 Aug 2012 11:28 AM |
From what I read , everyone here tried to help you. We like to encourage people to try building themselves , then come here for assistance when your stuck. This script will make the spiral , but you will still need to reconstruct it to look like a mountain. A suggestion would be to get CmdUtl from free models to help you manipulate the spiralstair. |
|
|
| Report Abuse |
|
|
| |
|
|
| 11 Aug 2012 11:53 AM |
| Brat... yeah because that sure is helpful. |
|
|
| Report Abuse |
|
|
Bijusi
|
  |
| Joined: 19 May 2012 |
| Total Posts: 106 |
|
|
| 11 Aug 2012 12:02 PM |
| We'll, It is always good to put devotion into your building, But if you try and try, And just can't get it, Try asking for some help, Such as you did, Possibly try getting someone to help teach you to build, ETC, I'd be happy to help You learn to build if you want! ( Nope, No pay, Just good ole' fashion friendlyness ) |
|
|
| Report Abuse |
|
|