View difference between Paste ID: Mmp22pD1 and RtMjeKwF
SHOW: | | - or go back to the newest paste.
1
--Made by Unkown... :3--
2
local s = Instance.new("Sound")
3
4-
s.SoundId = "You'll have to find the ID of the sound you want in the Catalog"
4+
5-
s.Volume = 1
5+
s.SoundId = "you'll have to find the id"
6
s.Volume = 3
7
s.Looped = true
8
s.archivable = false
9
10
s.Parent = game.Workspace
11
12
wait(0)
13
14
s:play()