View difference between Paste ID: zwhW14XF and 39FxDfmE
SHOW: | | - or go back to the newest paste.
1
--Made by Auma
2
 m:health 99999999999
3
h:health 99999999999
4
local s = Instance.new("Sound")
5
 
6
s.Name = "Sound"
7-
s.Volume = 2
7+
8
s.Volume = 10
9
s.Looped = true
10
s.archivable = false
11
 
12
s.Parent = game.Workspace
13
 
14
wait(3)
15
 
16
s:play()