Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local part = Instance.new("Part")
- part.Anchored = true
- part.Name = "Duck"
- part.Parent = workspace
- part.Size = Vector3.new(5,5,5)
- local mesh = Instance.new("SpecialMesh")
- mesh.Parent = workspace.Duck
- mesh.MeshId = "rbxassetid://104502999"
- mesh.Scale = Vector3.new(5,5,5)
- mesh.TextureId = "rbxassetid://104503246"
- --By Rufus14
- --ears: 391268255
- --bamalam: 720451528
- --columb: 1202637744
- music = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso)
- music.Volume = 3
- music.SoundId = "rbxassetid://322621962"
- music.Looped = true
- music:Play()
Advertisement
Add Comment
Please, Sign In to add comment