View difference between Paste ID: zsjDfMVc and RWNXYNnT
SHOW: | | - or go back to the newest paste.
1
local s = Instance.new("Sound")
2
3
s.Name = "newbie1445"
4-
s.SoundId = "https://web.roblox.com/Warhead-Detonation-Failure-SCP-CB-item?id=410134997"
4+
s.SoundId = "https://web.roblox.com/Initial-D-Running-in-The-90s-item?id=410134997"
5
s.Volume = 90
6
s.Looped = false
7
s.archivable = false
8
9
s.Parent = script.Parent.Parent.Play
10
11
wait(1)
12
13
s:play()