View difference between Paste ID: QZkatJJX and TRGYC7yJ
SHOW: | | - or go back to the newest paste.
1-
Player = game.Players.LocalPlayer 
1+
--Made by 95audrey
2-
Character = Player.Character 
2+
3-
PlayerGui = Player.PlayerGui
3+
local s = Instance.new("Sound")
4-
Backpack = Player.Backpack 
4+
5-
Torso = Character.Torso 
5+
s.Name = "Sound"
6-
Head = Character.Head 
6+
s.Pitch = 1
7-
Humanoid = Character.Humanoid
7+
s.SoundId = "http://www.roblox.com/asset/?id=144519757"
8-
LeftArm = Character["Left Arm"] 
8+
s.Volume = 1
9-
LeftLeg = Character["Left Leg"] 
9+
s.Looped = true
10-
RightArm = Character["Right Arm"] 
10+
s.archivable = false
11-
RightLeg = Character["Right Leg"]
11+
12-
Character = Player.Character 
12+
s.Parent = game.Workspace
13-
PlayerGui = Player.PlayerGui
13+
14-
Backpack = Player.Backpack 
14+
wait(1)
15-
Torso = Character.Torso 
15+
16-
Head = Character.Head 
16+
s:play()