Quick actions

cmd+k|ctrl+k

Navigation

Languages

ROBLOX VSB Virtual Piano Sounds Variations by ghaster

Snippet info

Language

Lua

Visibility

public

Author

ghast

Created

2020-06-18T20:26:22Z

Updated

2020-06-18T20:26:22Z

local PianoSounds = {
	["Unnamed Electric"] = {
		"458373518",
		"458373684",
		"464363998",
		"458374005",
		"458374098",
		"458373289",
		--{["Pos"] = .01,["Vol"] = .05,["Len"] = .5} --These special options add onto the original value
	},
	["Xylophone"] = {
		"4602154623",
		"4602104588",
		"4602104983",
		"4602105283",
		"4602106523",
		"4602100928",
	},
	["Electric Piano"] = {
		"4623035190",
		"4623035592",
		"4623036034",
		"4623036713",
		"4623037311",
		"4623037968",
	},
	["Harp"] = {
		"4623039406",
		"4623039840",
		"4623040263",
		"4623040697",
		"4623041074",
		"4623041448",
		{["Pos"] = -.01}
	},
	["Koto"] = {
		"4623043097",
		"4623043481",
		"4623043858",
		"4623044384",
		"4623045197",
		"4623045932",
	},
	["Retro Square (8-bit)"] = {
		"4623047795",
		"4623048372",
		"4623048812",
		"4623049365",
		"4623049867",
		"4623050341",
	},
	["Flute"] = {
		"4621055902",
		"4621056065",
		"4621056186",
		"4621056306",
		"4621056425",
		"4621056601",
		{["Pos"] = .04}
	},
	["Bell"] = {
		"4621058804",
		"4621058967",
		"4621059102",
		"4621059232",
		"4621059379",
		"4621059534",
		
	},
	["Trumpet"] = {
		"4621062706",
		"4621062995",
		"4621063153",
		"4621063299",
		"4621063446",
		"4621063620",

	},
	["Music Box"] = {
		"4602388466",
		"4602389807",
		"4602390253",
		"4602390752",
		"4602391195",
		"4602391619",
	},
	["Retro Reverb (8-bit)"] = {
		"4602862854",
		"4602863141",
		"4602863358",
		"4602863582",
		"4602863737",
		"4602863897",
	},
	["Acoustic Piano"] = {
		"4604676116",
		"4604676964",
		"4604677521",
		"4604678494",
		"4604679099",
		"4604679556",
		{["Pos"] = .07}
	},
	["Ivory Piano"] = {
		"233836579",
		"233844049",
		"233845680",
		"233852841",
		"233854135",
		"233856105"
	},
	["Cello"] = {
		"422104287",
		"422104425",
		"422104592",
		"423231138",
		"423231366",
		"422104103",
	},
	["Violin"] = {
		"413671010",
		"413671568",
		"413675730",
		"413678171",
		"413679704",
		"413682418",
	},
	["Pipe Organ"] = {
		"273452325",
		"273452863",
		"273452986",
		"273453047",
		"273453105",
		"273453205",
	},
	["Synthpad"] = {
		"414892095",
		"414892150",
		"414892208",
		"414892265",
		"414892322",
		"414909236"
	},
	["Grand Piano"] = {
		"251400436",
		"251427671",
		"251427880",
		"251428187",
		"251428448",
		"251428570"
	},
	["Z-Doc"] = {
		"269058581",
		"269058744",
		"269058842",
		"269058899",
		"269058974",
		"269059048"
	},
	['Harpsichord'] = {
		"264415033",
		"264747775",
		"264415167",
		"264415205",
		"264415256",
		"264415285"
	},
	['Clavinova'] = {
		"256420061",
		"256420163",
		"256420208",
		"256420391",
		"256420542",
		"256420617"
	},
	["Rocky Upright"] = {
		"486600477",
		"486607684",
		"486609413",
		"486611580",
		"486614198",
		"486613628"
	},
	['Velvet'] = {
		"491775012",
		"491888001",
		"491888080",
		"491888880",
		"491889677",
		"491889804"
	},
	['Clement'] = {
		"537433573",
		"537434959",
		"537435234",
		"537435448",
		"537435669",
		"537435944"
	},
	["Grand Mk II"] = {
		"549615449",
		"549615556",
		"549615777",
		"549615962",
		"549616107",
		"549616254"
	},
	["Guitar Mk II"] = {
		"620809602",
		"620806718",
		"620809818",
		"620809968",
		"620810163",
		"620810318"
	},
	['Boston'] = {
		"674235030",
		"674235182",
		"674235405",
		"674244823",
		"674244967",
		"674245210"
	},
	["Grand Piano II"] = {
		"674250720",
		"674250898",
		"674258039",
		"674258225",
		"674258388",
		"674249988"
	},
	['Dynamic'] = {
		"714321897",
		"714321981",
		"714322052",
		"714322096",
		"714322161",
		"715236879"
	},
	['London'] = {
		"683394510",
		"683394596",
		"683394650",
		"683394707",
		"683394742",
		"683394782"
	}
}
return PianoSounds
INFO