Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local sword = Instance.new("Part");
- sword.FormFactor = "Plate";
- sword.Shape = "Block";
- sword.Size = Vector3.new(1, 0.8, 4);
- sword.Transparency = 1;
- sword.CanCollide = false;
- local SlashSound = Instance.new("Sound")
- SlashSound.SoundId = "http://www.roblox.com/asset/?id=1051032647"
- SlashSound.Pitch = 1.4;
- SlashSound.Looped = true;
- SlashSound.Name = "Voom";
- SlashSound.Parent = sword
- snd = Instance.new("Sound")
- snd.SoundId = "http://www.roblox.com/asset/?id=984439735"
- snd.Volume = 10
- snd.Name = "Boom"
- snd.Parent = sword
- local UnsheathSound = Instance.new("Sound")
- UnsheathSound.SoundId = "http://www.roblox.com/asset/?id=217976249"
- UnsheathSound.Name = "Go"
- UnsheathSound.Volume = 0.5
- UnsheathSound.Parent = sword
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement