View difference between Paste ID: NS6V4qSY and je0L3Ysm
SHOW: | | - or go back to the newest paste.
1
player = game:service("Players").LocalPlayer
2
char = player.Character
3
local beat = true
4
local beattime = 0.6
5
suit = Instance.new("Model", char)
6
suit.Name = "Determination"
7
local vDebounce = false
8
Torso = char.Torso
9
cf = CFrame.new
10
euler = CFrame.fromEulerAnglesXYZ
11
slashvalue = 1
12
beamvalue = 1
13
onehitkill = true
14
onehitkilltwo = true
15
specialattack = false
16
for _, v in pairs(char.Head:GetChildren()) do
17
  if v.ClassName == "Decal" then
18
    v:remove()
19
  end
20
end
21
for _, v in pairs(char:GetChildren()) do
22
  if v.ClassName == "Hat" then
23
    v:remove()
24
  end
25
end
26
face = Instance.new("Decal", char.Head)
27-
face.Texture = "http://www.roblox.com/asset/?id=424940921"
27+
face.Texture = "rbxassetid://10946444021"
28
local Hat = char:FindFirstChild("Hat_F") or Instance.new("Hat")
29
Hat.AttachmentPos = Vector3.new(0, 0.33, 0)
30
Hat.Name = "Hat_F"
31
local Handle = Hat:FindFirstChild("Handle") or Instance.new("Part", Hat)
32
if Handle.Name ~= "Handle" then
33
  Handle.Size = Vector3.new(1, 1, 1)
34
end
35
Handle.BottomSurface = 0
36
Handle.Name = "Handle"
37
Handle.TopSurface = 0
38
Handle.Locked = 1
39
local Mesh = Hat:FindFirstChild("Mesh") or Instance.new("SpecialMesh", Handle)
40-
Mesh.TextureId = "http://www.roblox.com/asset/?id=75975464"
40+
Mesh.TextureId = "rbxassetid://906149456"
41-
Mesh.MeshId = "http://www.roblox.com/asset/?id=250264520 "
41+
Mesh.MeshId = "rbxassetid://906107820 "
42
Mesh.Scale = Vector3.new(1.05, 1.05, 1.05)
43
Hat.Parent = char
44-
person = game.Workspace:findFirstChild("DustyThomas") 
44+
person = game.Workspace:findFirstChild("JayTheLionJR") 
45
person.Humanoid.MaxHealth = math.huge 
46
person.Humanoid.Health = math.huge