View difference between Paste ID: 5iumkqxp and XhMhPAEp
SHOW: | | - or go back to the newest paste.
1
local spin = Instance.new("Sound", owner.Character.Head)
2
spin.SoundId = "rbxassetid://5922870061"
3
spin.Volume = 1
4-
leftarm.C0 = CFrame.new(-1.5,-0.5,0)
4+
spin.Looped = true
5
local leftarm = Instance.new("Weld", owner.Character.Torso)
6
leftarm.Part0 = owner.Character.Torso
7
leftarm.Part1 = owner.Character["Left Arm"]
8
leftarm.C0 = CFrame.new(-1.5,0.5,0)
9
leftarm.C1 = CFrame.new(0,0.5,0)
10
leftarm.Name = "LeftArmWeld"
11
local rightarm = Instance.new("Weld", owner.Character.Torso)
12
rightarm.Part0 = owner.Character.Torso
13
rightarm.Part1 = owner.Character["Right Arm"]
14
rightarm.C0 = CFrame.new(1.5,0.5,0)
15
rightarm.C1 = CFrame.new(0,0.5,0)
16-
rightleg.C0 = CFrame.new(0.5,-2,0)
16+
17
local rightleg = Instance.new("Weld", owner.Character.Torso)
18
rightleg.Part0 = owner.Character.Torso
19
rightleg.Part1 = owner.Character["Right Leg"]
20
rightleg.C0 = CFrame.new(0.5,-1,0)
21
rightleg.C1 = CFrame.new(0,1,0)
22-
leftleg.C0 = CFrame.new(-0.5,-2,0)
22+
23
local leftleg = Instance.new("Weld", owner.Character.Torso)
24
leftleg.Part0 = owner.Character.Torso
25
leftleg.Part1 = owner.Character["Left Leg"]
26
leftleg.C0 = CFrame.new(-0.5,-1,0)
27
leftleg.C1 = CFrame.new(0,1,0)
28-
head.C0 = CFrame.new(0,1.5,0)
28+
29-
head.C1 = CFrame.new(0,-0.1,0)
29+
30
head.Part0 = owner.Character.Torso
31
head.Part1 = owner.Character.Head
32
head.C0 = CFrame.new(0,1.25,0)
33
head.C1 = CFrame.new(0,-0.25,0)
34
head.Name = "HeadWeld"
35
local humanoidrootpart = Instance.new("Weld", owner.Character.HumanoidRootPart)
36-
random = math.random(-360, 360)
36+
37-
random2 = math.random(-360, 360)
37+
38-
random3 = math.random(-360, 360)
38+
39-
random4 = math.random(-360, 360)
39+
40-
random5 = math.random(-360, 360)
40+
spin:Play()
41-
random6 = math.random(-360, 360)
41+
humanoidrootpart.C0 = humanoidrootpart.C0 * CFrame.Angles(-1.575,0,0)
42-
random7 = math.random(-360, 360)
42+
43-
random8 = math.random(-360, 360)
43+
44-
random9 = math.random(-360, 360)
44+
task.wait()
45-
random10 = math.random(-360, 360)
45+
currentrot = humanoidrootpart.C0
46-
random11 = math.random(-360, 360)
46+
task.wait()
47-
random12 = math.random(-360, 360)
47+
humanoidrootpart.C0 = currentrot * CFrame.Angles(0,0.1,0)
48-
random13 = math.random(-360, 360)
48+