View difference between Paste ID: JDw8rdw2 and NqtNHvK1
SHOW: | | - or go back to the newest paste.
1
local Player = game:service'Players'.localPlayer
2
local chara = Player.Character
3
local Torso = chara.Torso
4
Humanoid = chara.Humanoid
5
6
7
local Music = Instance.new("Sound")
8-
        chara.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=856145823"
8+
9-
        chara.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=718294927"
9+
Music.Name = "Sound"
10
Music.SoundId = "http://roblox.com/asset/?id=275248994"
11
Music.Volume = 1.5
12
Music.Looped = true
13
Music.Parent = Torso
14
Music:play()
15
      
16
	    shirt= Instance.new("Shirt", Character)
17
        shirt.Name = "Shirt"
18
        pants = Instance.new("Pants", Character)
19
        pants.Name = "Pants"
20
        chara.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=718937890"
21
        chara.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=296849815"
22
23
24
	Humanoid.WalkSpeed = 12