View difference between Paste ID: N0ufLyqv and 13LiRSJ1
SHOW: | | - or go back to the newest paste.
1
local Sound = Instance.new("Sound")
2
Sound.Parent = workspace
3
Sound.Volume = 50
4
Sound.SoundId = "rbxassetid://862198133"
5
Sound:Play()
6
wait(1)
7
8
local e = game.workspace:GetChildren()
9-
e:Destroy()
9+
e:remove()
10
wait(2)
11
Sound:Destroy()