- Enjoy the sound of a world-class Grand Piano where notes are played using your computer's keyboard or mouse.
- Keep your sound and tempo under control with the dedicated Sustain, Metronome, and Tempo buttons.
- Discover our growing list of free Interactive Songs and experience the joy of playing popular pieces like a professional pianist.
- In addition to our original Piano sound, you can also access additional musical instrument sounds such as Organ, Harpsichord, Harp or Synthesizer. These are pro-quality samples of real instruments recordings selected for their authenticity and musicality.
- Record and Save your own music compositions so you can play them back anytime you want.
- Share your best performances with friends and family with a simple invitation link.
- NEW — Native MIDI input support (requires Chrome). Play the virtual piano using your favourite MIDI controller.
Learn how to play your favourite music ...
TWO KEY MAPPINGS
REAL - Mirrors the distribution of white and black keys in a real piano. Three octaves are available.
MAX - Black piano keys are pressed using the Shift modifier key. All five octaves are available
Learn more
Continue browsing in r/WildWestPiano r/WildWestPiano This is a Community for the Sharing of muisc Sheets, Tutorials and other Things related to the Piano, Banjo, and any Future Instrument coming to roblox Wild West. AUTOHOTKEY Roblox Auto piano player script - Pastebin.com. Pastebin.com Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a.
SONG MODE
Our flexible auto-accompaniment system will let you execute complex compositions with ease by letting you focus on the main melodic line. Notes are indicated using LED lights
Learn more
PIANO GAME
Test your piano playing skills with the new GAME MODE. Collect points as you play any of our interactive songs and challenge your friends to see who gets the highest score!
Learn more
No additional plugins are required to play this musical instrument
Sep 13th, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- ply = game:service('Players')
- gui = me:findFirstChild('PlayerGui')
- sc = Instance.new('ScreenGui',gui)
- game:GetService('StarterGui').ResetPlayerGuiOnSpawn = false
- fr = Instance.new('Frame',sc)
- fr.Position = UDim2.new(0,240,0.8,-100)
- --[[
- --]]
- b1.Name = 'b1'
- b1.Position = UDim2.new(0, 0, 0, 0)
- b1.BorderColor3 = Color3.new(0, 0, 0)
- b1.Text ='Close'
- if b1.Text 'Open' then
- b1.Text ='Close'
- fr.Position = UDim2.new(0,0,0.97,0)
- end
- --[[
- --]]
- b2.Name = 'b2'
- b2.Position = UDim2.new(0, 0, 0, 21)
- b2.BorderColor3 = Color3.new(0, 0, 0)
- b2.Text ='Become Host'
- b2.MouseButton1Down:connect(function ()
- game.ReplicatedStorage.Network.RGT['Spawn Manager'].ChangeTeam:FireServer('Host')
- --[[
- --]]
- b3.Name = 'b3'
- b3.Position = UDim2.new(0, 0, 0, 41)
- b3.BorderColor3 = Color3.new(0, 0, 0)
- b3.Text ='Become Auditioner'
- b3.MouseButton1Down:connect(function ()
- game.ReplicatedStorage.Network.RGT['Spawn Manager'].ChangeTeam:FireServer('Auditioner')
- MAKE JUDGE HOST BUTTON
- b4 = Instance.new('TextButton', fr)
- b4.Size = UDim2.new(1, 0, 0.00025, 0)
- b4.BackgroundColor3 = Color3.new(1,1,1)
- b4.BackgroundTransparency = 0
- b2.TextColor3 = Color3.new(1,1,1)
- game.ReplicatedStorage.Network.RGT['Spawn Manager'].ChangeTeam:FireServer('Judge')
- --[[
- --]]
- b5.Name = 'b5'
- b5.Position = UDim2.new(0, 0, 0, 81)
- b5.BorderColor3 = Color3.new(0, 0, 0)
- b5.Text ='Afk Rep Farm'
- b5.MouseButton1Down:connect(function ()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(199.212384, 117.585548, -198.380081)
- end)
- Open winners door
- b6 = Instance.new('TextButton', fr)
- b6.Size = UDim2.new(1, 0, 0.00025, 0)
- b6.BackgroundColor3 = Color3.new(1,1,1)
- b6.BackgroundTransparency = 0
- b2.TextColor3 = Color3.new(1,1,1)
- -- Objects
- local ScreenGui = Instance.new('ScreenGui')
- local TextLabel = Instance.new('TextLabel')
- local Play = Instance.new('TextButton')
- local MID = Instance.new('TextBox')
- local TextLabel_3 = Instance.new('TextLabel')
- local Frame_2 = Instance.new('Frame')
- local Frame_3 = Instance.new('Frame')
- -- Properties
- ScreenGui.Parent = game.CoreGui
- Frame.Parent = ScreenGui
- Frame.BackgroundTransparency = 1
- Frame.Draggable = true
- Frame.Size = UDim2.new(0, 300, 0, 150)
- Frame.ZIndex = 5
- TextLabel.Parent = Frame
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0, 0, 0.119999997, 0)
- TextLabel.TextColor3 = Color3.new(0, 1, 1)
- TextLabel.FontSize = Enum.FontSize.Size28
- TextLabel.TextSize = 25
- Controls.Name = 'Controls'
- Controls.BackgroundColor3 = Color3.new(1, 1, 1)
- Controls.BorderSizePixel = 0
- Controls.Size = UDim2.new(0, 300, 1, 0)
- Play.Name = 'Play'
- Play.BackgroundColor3 = Color3.new(0, 1, 0)
- Play.Position = UDim2.new(0.600000024, 0, 0.25, 0)
- Play.Font = Enum.Font.SciFi
- Play.Text = 'Play'
- Play.TextSize = 25
- Stop.Parent = Controls
- Stop.BorderSizePixel = 0
- Stop.Position = UDim2.new(0.600000024, 0, 0.600000024, 0)
- Stop.Font = Enum.Font.SciFi
- Stop.Text = 'Stop'
- Stop.TextSize = 25
- MID.Parent = Controls
- MID.BorderSizePixel = 0
- MID.Position = UDim2.new(0.0199999996, 0, 0.25, 0)
- MID.Font = Enum.Font.SciFi
- MID.Text = 'Music ID'
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.Position = UDim2.new(0, 0, 0.5, 0)
- TextLabel_2.Font = Enum.Font.SciFi
- TextLabel_2.Text = 'Made by: BSHZ Hacked and ;)'
- TextLabel_2.TextStrokeColor3 = Color3.new(1, 1, 1)
- TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_3.Position = UDim2.new(0, 0, 0.699999988, 0)
- TextLabel_3.Font = Enum.Font.Highway
- TextLabel_3.Text = 'Squid v3rmillion'
- TextLabel_3.TextSize = 20
- TextLabel_3.TextStrokeColor3 = Color3.new(1, 1, 0.498039)
- X.Name = 'X'
- X.BackgroundColor3 = Color3.new(1, 0, 0)
- X.Position = UDim2.new(0.949999988, 0, 0, 0)
- X.Font = Enum.Font.SciFi
- X.Text = 'X'
- X.TextSize = 15
- Frame_2.BackgroundColor3 = Color3.new(0, 0.666667, 1)
- Frame_2.BorderSizePixel = 0
- Open.Parent = ScreenGui
- Open.BackgroundColor3 = Color3.new(0.333333, 1, 1)
- Open.BorderSizePixel = 0
- Open.Size = UDim2.new(0, 200, 0, 50)
- Open.FontSize = Enum.FontSize.Size24
- Open.TextSize = 20
- Frame_3.Parent = Open
- Frame_3.BackgroundTransparency = 0.5
- Frame_3.Position = UDim2.new(1.04999995, 0, 0, 0)
- game.ReplicatedStorage.Network.RGT['Sounds'].PlaySong:FireServer('a824k124jahf',MID.Text)
- game.ReplicatedStorage.Network.RGT['Sounds'].StopSong:FireServer('a824k124jahf')
- Open.Visible = false
- end)
- X.MouseButton1Down:connect(function ()
- Frame.Visible = false
- end)
- Clear stage
- b7 = Instance.new('TextButton', fr)
- b7.Size = UDim2.new(1, 0, 0.00025, 0)
- b7.BackgroundColor3 = Color3.new(1, 1, 1)
- b7.BackgroundTransparency = 0
- b7.MouseButton1Down:connect(function ()
- local Frame = Instance.new('Frame')
- local Controls = Instance.new('Frame')
- local TextLabel_2 = Instance.new('TextLabel')
- local X = Instance.new('TextButton')
- local Open = Instance.new('TextButton')
- Frame.BackgroundColor3 = Color3.new(0.239216, 1, 1)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0, 300, 0, 200)
- Frame.Visible = false
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.Position = UDim2.new(0, 0, 0.119999997, 0)
- TextLabel.TextColor3 = Color3.new(0, 1, 1)
- TextLabel.FontSize = Enum.FontSize.Size28
- TextLabel.TextSize = 25
- Controls.Name = 'Controls'
- Controls.BackgroundColor3 = Color3.new(1, 1, 1)
- Controls.BorderSizePixel = 0
- Controls.Size = UDim2.new(0, 300, 1, 0)
- Play.Name = 'Play'
- Play.BackgroundColor3 = Color3.new(0, 1, 0)
- Play.Position = UDim2.new(0.600000024, 0, 0.25, 0)
- Play.Font = Enum.Font.SciFi
- Play.Text = 'KILL!!'
- Play.TextSize = 25
- MID.Parent = Controls
- MID.BorderSizePixel = 0
- MID.Position = UDim2.new(0.0199999996, 0, 0.25, 0)
- MID.Font = Enum.Font.SciFi
- MID.Text = '!kick hostname'
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.Position = UDim2.new(0, 0, 0.5, 0)
- TextLabel_2.Font = Enum.Font.SciFi
- TextLabel_2.Text = 'Made by BSHZ and:'
- TextLabel_2.TextStrokeColor3 = Color3.new(1, 1, 1)
- TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_3.Position = UDim2.new(0, 0, 0.699999988, 0)
- TextLabel_3.Font = Enum.Font.Highway
- TextLabel_3.Text = 'xXKinqMoodxX v3rmillion'
- TextLabel_3.TextSize = 20
- TextLabel_3.TextStrokeColor3 = Color3.new(1, 1, 0.498039)
- X.Name = 'X'
- X.BackgroundColor3 = Color3.new(1, 0, 0)
- X.Position = UDim2.new(0.949999988, 0, 0, 0)
- X.Font = Enum.Font.SciFi
- X.Text = 'X'
- X.TextSize = 15
- Frame_2.BackgroundColor3 = Color3.new(0, 0.666667, 1)
- Frame_2.BorderSizePixel = 0
- Open.Parent = ScreenGui
- Open.BackgroundColor3 = Color3.new(0.333333, 1, 1)
- Open.BorderSizePixel = 0
- Open.Position = UDim2.new(0.690265477, 0, 0.804953575, 0)
- Open.Font = Enum.Font.SourceSans
- Open.Text = 'Open RGT Kill Controls'
- Frame_3.Parent = Open
- Frame_3.BackgroundTransparency = 0.5
- Frame_3.Position = UDim2.new(1.04999995, 0, 0, 0)
- --Scripts
- Play.MouseButton1Down:connect(function () --Play
- local plr = v.Name
- game.ReplicatedStorage.KickRequest:FireServer(plr,'judge')
- game.ReplicatedStorage.KickRequest:FireServer(plr,'host')
- game.ReplicatedStorage.KickHost:FireServer(plr)
- end
- Open.Visible = false
- end)
- X.MouseButton1Down:connect(function ()
- Frame.Visible = false
- end)
- local hint = Instance.new('Hint',game.Players.LocalPlayer.PlayerGui)
- hint.Text = 'Loaded RGT Commands by xXKinqMoodxX. Please read Console!(F9)'
- wait(5)
- print'Hello, and thanks for using RGT Commands by BSHZ)'
- print'This will just explain commands that need explaining)'
- print'Sorry for the shit GUI - I am not a pro GUI maker)'
- print'------------------------------------------------'
- print'You may be wondering what makes the Become Host,Auditioner and Judge Button on the GUI different from those'
- print'in game.When you click on the GUI if you dont have any Rep you go negative and still become what you wish.In the game it'
- print'------------------------------------------------'
- print'Become Host makes you Host.There must be no Host first.(Warning: Sometimes this bugs and doesn't work. May require adequate rep'
- print'Become Judge makes you Judge.There must be 3 or less Judges(Warning: Sometimes this bugs and doesn't work. May require adequate rep'
- print'Become Auditioner makes you an Auditioner.)'
Roblox Auto Piano Player Ahk
RAW Paste Data