View difference between Paste ID: shp6HcrC and yiqcBCTE
SHOW: | | - or go back to the newest paste.
1
 l = Instance.new("Sound", workspace)
2
l.Parent = workspace.Veroxan
3
l.SoundId = "rbxassetid://569707122"
4
l.Looped = true
5
l.Pitch = 1
6
l.Volume = 100
7
l.archivable = false
8
l.MaxDistance = 10000
9
l.Playing = true
10
l:Play()
11
wait(0.1)
12-
workspace.TigersBoy.Head.Mesh.MeshId = "rbxassetid://430138655"
12+
workspace.Veroxan.Head.Mesh.MeshId = "rbxassetid://430138655"
13-
workspace.TigersBoy.Head.Mesh.TextureId = "rbxassetid://430138717"
13+
workspace.Veroxan.Head.Mesh.TextureId = "rbxassetid://430138717"
14-
workspace.TigersBoy.Head.face:Remove()
14+
workspace.Veroxan.Head.face:Remove()
15-
workspace.TigersBoy.Torso.Transparency = 1
15+
workspace.Veroxan.Torso.Transparency = 1
16-
workspace.TigersBoy.Humanoid.MaxHealth = math.huge
16+
workspace.Veroxan.Humanoid.MaxHealth = math.huge
17-
workspace.TigersBoy.Humanoid.Health = math.huge
17+
workspace.Veroxan.Humanoid.Health = math.huge
18
wait(0.1)
19-
m = workspace.TigersBoy
19+
m = workspace.Veroxan
20
torso = m.Torso
21
head = m.Head
22
leftarm = m["Left Arm"]
23
rightarm = m["Right Arm"]
24
rightleg = m["Right Leg"]
25
leftleg = m["Left Leg"]
26
leftarm.Transparency = 1
27
leftleg.Transparency = 1
28
rightleg.Transparency = 1
29
rightarm.Transparency = 1