View difference between Paste ID: rbsPgdVV and tBNCjqpL
SHOW: | | - or go back to the newest paste.
1
local s = Instance.new("Sound")
2
 
3
s.Name = "Sound"
4
s.SoundId = "rbxassetid://2615482977"
5-
attachment4 = Instance.new("Attachment",player.Character["Right Leg"])
5+
s.Volume = 10
6
s.Looped = true
7-
attachment5 = Instance.new("Attachment",player.Character["Right Leg"])
7+
s.archivable = false
8
 
9-
attachment6 = Instance.new("Attachment",player.Character["Right Leg"])
9+
s.Parent = game.Workspace
10
 
11-
attachment7 = Instance.new("Attachment",player.Character["Right Leg"])
11+
wait(3)
12
 
13
s:play()
14
--[[
15
This script will change your shirt and pants ^-^
16
Change the shirt and pants ID to the one you like
17
If your using this script, do it as a local script ^-^
18
]]
19-
trail2 = Instance.new("Trail",player.Character["Right Leg"])
19+
20
local part = game.Players.LocalPlayer.Character
21-
trail3 = Instance.new("Trail",player.Character["Right Leg"])
21+
local basetemplate = "http://www.roblox.com/asset/?id="
22
local shirt = 318438426
23
local pants = 318438366
24
local h = part:findFirstChild("Shirt")
25
if h ~= nil then
26
	h.ShirtTemplate = basetemplate..shirt
27
else
28
	local i = Instance.new("Shirt")
29
	i.Name = "Shirt"
30
	i.ShirtTemplate = basetemplate..shirt
31
	i.Parent = part
32
end
33
local p = part:findFirstChild("Pants")
34
if p ~= nil then
35
p.PantsTemplate = basetemplate..pants
36
else
37
	local np = Instance.new("Pants")
38
	np.PantsTemplate = basetemplate..pants
39-
attachment0 = Instance.new("Attachment",player.Character["Left Leg"])
39+
	np.Name = "Pants"
40
	np.Parent = part
41-
attachment1 = Instance.new("Attachment",player.Character["Left Leg"])
41+
end
42
player = game.Players.LocalPlayer
43-
attachment2 = Instance.new("Attachment",player.Character["Left Leg"])
43+
44
--#-----#--
45-
attachment3 = Instance.new("Attachment",player.Character["Left Leg"])
45+
46
attachment4 = Instance.new("Attachment",player.Character["Right Foot"])
47
attachment4.Name = "Attachment0"
48
attachment5 = Instance.new("Attachment",player.Character["Right Foot"])
49
attachment5.Name = "Attachment1"
50
attachment6 = Instance.new("Attachment",player.Character["Right Foot"])
51
attachment6.Name = "Attachment2"
52
attachment7 = Instance.new("Attachment",player.Character["Right Foot"])
53-
trail0 = Instance.new("Trail",player.Character["Left Leg"])
53+
54
55-
trail1 = Instance.new("Trail",player.Character["Left Leg"])
55+
56
attachment5.Position = Vector3.new(-0.5, -0.7, -0.5)
57
attachment6.Position = Vector3.new(-0.5, -0.7, 0.5)
58
attachment7.Position = Vector3.new(0.5, -1, -0.5)
59
60
trail2 = Instance.new("Trail",player.Character["Right Foot"])
61
trail2.Name = "Trail0"
62
trail3 = Instance.new("Trail",player.Character["Right Foot"])
63
trail3.Name = "Trail1"
64
65
trail2.Attachment0 = attachment4
66
trail2.Attachment1 = attachment5
67
trail3.Attachment0 = attachment6
68
trail3.Attachment1 = attachment7
69
70
trail2.Lifetime = 1.5
71
trail3.Lifetime = 1.5
72
73
trail2.MaxLength = 0
74
trail3.MaxLength = 0
75
trail2.MinLength = 0
76
trail3.MinLength = 0
77
78-
game.Workspace.CaptainFiliNox.Humanoid.Health = 100
78+
79
80
attachment0 = Instance.new("Attachment",player.Character["Left Foot"])
81
attachment0.Name = "Attachment0"
82
attachment1 = Instance.new("Attachment",player.Character["Left Foot"])
83
attachment1.Name = "Attachment1"
84
attachment2 = Instance.new("Attachment",player.Character["Left Foot"])
85
attachment2.Name = "Attachment2"
86
attachment3 = Instance.new("Attachment",player.Character["Left Foot"])
87
attachment3.Name = "Attachment3"
88
89
attachment0.Position = Vector3.new(0.5, -1, 0.5)
90
attachment1.Position = Vector3.new(-0.5, -0.7, -0.5)
91
attachment2.Position = Vector3.new(-0.5, -0.7, 0.5)
92
attachment3.Position = Vector3.new(0.5, -1, -0.5)
93
94
trail0 = Instance.new("Trail",player.Character["Left Foot"])
95
trail0.Name = "Trail0"
96
trail1 = Instance.new("Trail",player.Character["Left Foot"])
97
trail1.Name = "Trail1"
98
99
trail0.Attachment0 = attachment0
100
trail0.Attachment1 = attachment1
101
trail1.Attachment0 = attachment2
102
trail1.Attachment1 = attachment3
103
104
trail0.Lifetime = 1.5
105
trail1.Lifetime = 1.5
106
107
trail0.MaxLength = 0
108
trail1.MaxLength = 0
109
trail0.MinLength = 0
110
trail1.MinLength = 0
111
112
--#--------------------#--
113
114
ff = Instance.new("ForceField", player.Character)
115
ff.Visible = false
116
117
while true do
118
wait()
119
game.Workspace.JayTheLionJR.Humanoid.Health = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
120
end