Qorm
|
  |
| Joined: 25 Jul 2010 |
| Total Posts: 1650 |
|
|
| 05 Apr 2015 10:21 AM |
Spent about 6 hours on it in total so far.
All building and scripts made from scratch by me
/10?
It's about 5-10% done |
|
|
| Report Abuse |
|
|
Qorm
|
  |
| Joined: 25 Jul 2010 |
| Total Posts: 1650 |
|
|
| 05 Apr 2015 10:22 AM |
| http://www.roblox.com/games/172493437/Piano |
|
|
| Report Abuse |
|
|
Prolixen
|
  |
| Joined: 25 Oct 2013 |
| Total Posts: 1043 |
|
|
| 05 Apr 2015 12:06 PM |
I went on it and no music played when I clicked the letters..
7/10 For the actual piano though. |
|
|
| Report Abuse |
|
|
Qorm
|
  |
| Joined: 25 Jul 2010 |
| Total Posts: 1650 |
|
|
| 05 Apr 2015 09:06 PM |
@above
I just realized this, tried to fix it but doesn't work for some reason; gonna need to ask someone for help. It works in studio though |
|
|
| Report Abuse |
|
|
| |
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 06 Apr 2015 01:03 AM |
Good outside detail but none inside.
5/10
I script -~ chimmihc |
|
|
| Report Abuse |
|
|
Qorm
|
  |
| Joined: 25 Jul 2010 |
| Total Posts: 1650 |
|
|
| 06 Apr 2015 12:35 PM |
@below i said rate my PIANO. not the outside...
FIXED THE PIANO BY THE WAY! you can now play it! :D |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 06 Apr 2015 12:36 PM |
"i said rate my PIANO. not the outside..."
I did you dumbass, THE OUTSIDE HAS DETAILS THE INSIDE DOES NOT.
I script -~ chimmihc |
|
|
| Report Abuse |
|
|
Qorm
|
  |
| Joined: 25 Jul 2010 |
| Total Posts: 1650 |
|
|
| 06 Apr 2015 12:38 PM |
OH INSIDE THE PIANO??
is that something people pay attention to?
well ill build that later then |
|
|
| Report Abuse |
|
|
Qorm
|
  |
| Joined: 25 Jul 2010 |
| Total Posts: 1650 |
|
|
| 06 Apr 2015 12:41 PM |
lol wow
1. i said @below instead of @above 2. i thought you meant the outside of the main idea
you can call me dumb right now |
|
|
| Report Abuse |
|
|
gamehero
|
  |
| Joined: 12 Jun 2007 |
| Total Posts: 1455 |
|
|
| 06 Apr 2015 01:03 PM |
| The piano looks good, but it's a shame I'm only able to play a very limited number of keys. I wanted to play some familiar tunes. |
|
|
| Report Abuse |
|
|
Qorm
|
  |
| Joined: 25 Jul 2010 |
| Total Posts: 1650 |
|
|
| 06 Apr 2015 01:07 PM |
@above
working on that exactly. theres going to be A LOT more keys playable in the future |
|
|
| Report Abuse |
|
|
gamehero
|
  |
| Joined: 12 Jun 2007 |
| Total Posts: 1455 |
|
|
| 06 Apr 2015 03:27 PM |
I wonder if this script would be any help to add more keys. If you have the Output window open it might print out some useful numbers if you're doing everything manually. Or else the source code might be handy. I don't know... Thought I'd just offer it since it's just sitting there in the dust.
function StartScaling(Transpose,StartScale,EndScale,SoundId) print("Playing: ",SoundId) for i=StartScale,EndScale do local sound = Instance.new("Sound",workspace) sound.SoundId = SoundId sound.Pitch = 2^((i-60+Transpose)/12) print("sound.Pitch:",sound.Pitch,"Key #",i) sound:Play() game.Debris:AddItem(sound,0.5) sound.TimePosition = 0.06 wait(0.5)
end end
StartScaling(24,20,36,"http://www.roblox.com/asset/?id=179578660") StartScaling(0,37,72,"http://www.roblox.com/asset/?id=179578493") StartScaling(-24,73,96,"http://www.roblox.com/asset/?id=179578713")
|
|
|
| Report Abuse |
|
|
Qorm
|
  |
| Joined: 25 Jul 2010 |
| Total Posts: 1650 |
|
|
| 06 Apr 2015 09:13 PM |
thanks gamehero. just gonna have to apply all of this and redo the sounds to about 88 keys which might take about an hour or two lol
place closed until finished |
|
|
| Report Abuse |
|
|
|
| 10 Aug 2015 10:10 AM |
| Anyone Can give the Script and model of Piano? |
|
|
| Report Abuse |
|
|