View difference between Paste ID: 0jkzUxW5 and pCm6Wixv
SHOW: | | - or go back to the newest paste.
1
--Made by Auma
2
 
3
local s = Instance.new("Sound")
4
 
5
s.Name = "Sound"
6-
s.SoundId = "http://www.roblox.com/asset/?id=142633540"
6+
s.SoundId = "https://web.roblox.com/library/2899193300/Flower-Garden-Yoshis-Island"
7-
s.Volume = 2
7+
s.Volume = 999999999999999999
8-
s.Looped = true
8+
s.Looped = false
9
s.archivable = false
10
 
11
s.Parent = game.Workspace
12
 
13
wait(3)
14
 
15
s:play()