View difference between Paste ID: 7LYN5C4V and w3g9HeMz
SHOW: | | - or go back to the newest paste.
1
local plr = game:GetService("Players").LocalPlayer
2
local  char = plr.Character
3
local mouse = plr:GetMouse()
4
char.Humanoid.WalkSpeed = 100
5
char.Humanoid.JumpPower = 70
6
local BruddaCount = 0
7
spawn(function()
8
for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
9
    if v:IsA("BasePart") then
10
        coroutine.wrap(function()
11
            for i=0,1,.1 do
12
                wait()
13
                v.Transparency = v.Transparency +i
14
            end
15
        end)()
16
    end
17
end
18
for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
19
    if v:IsA("Accessory") then
20
        coroutine.wrap(function()
21
            for i=0,1,.1 do
22
                wait()
23
                v.Handle.Transparency = v.Handle.Transparency +i
24
            end
25
        end)()
26
    end
27
end
28
end)
29
char.Head.face:Destroy()
30
wait(1)
31
local do_u_no_de_wae = Instance.new("Sound",char)
32-
do_u_no_de_wae.SoundId = "rbxassetid://1316175800"
32+
do_u_no_de_wae.SoundId = "rbxassetid://1295525558"
33
do_u_no_de_wae.Volume = 10
34
35
local Speach = Instance.new("Sound",char)
36-
Speach.SoundId = "rbxassetid://1311432465"
36+
Speach.SoundId = "rbxassetid://1320821035"
37
Speach.Volume = 10
38
39
local spitt = Instance.new("Sound",char)
40
spitt.SoundId = "rbxassetid://1322795266"
41
spitt.Volume = 10
42
43
local daqueen = Instance.new("Part",char)
44
daqueen.Name = "asd"
45
daqueen.CanCollide = false
46
local mesh = Instance.new("SpecialMesh",daqueen)
47
mesh.Scale = Vector3.new(0.1,0.1,0.1)
48
mesh.MeshId = "rbxassetid://1300136843"
49
local text = Instance.new("Decal",daqueen)
50
text.Name = "asd"
51
text.Texture = "rbxassetid://1300137893"
52
local knowdawey = Instance.new("Weld",char)
53
knowdawey.Part0 = char.HumanoidRootPart
54
knowdawey.Part1 = daqueen
55
local eye1 = Instance.new("Part")
56
eye1.CanCollide = false
57
eye1.Parent = char
58
local mesh1 = Instance.new("SpecialMesh",eye1)
59
mesh1.MeshId = "rbxassetid://1300138314"
60
mesh1.Scale = Vector3.new(0.1,0.1,0.2)----Get someone with a pc to fix
61
local eyetext = Instance.new("Decal",eye1)
62
eyetext.Texture = "rbxassetid://1300129774"
63
local eye1w = Instance.new("Weld",char)
64
eye1w.Part0 = char.HumanoidRootPart
65
eye1w.Part1 = eye1
66
eye1w.C1 = CFrame.new(0,-1.3,0.7)
67
mouse.KeyDown:connect(function(key)
68
	if key == "e" and do_u_no_de_wae.Playing == false and spitt.Playing == false and Speach.Playing == false then
69
		do_u_no_de_wae.Playing = true 
70
	end
71
end)
72
mouse.KeyDown:connect(function(key)
73
		if key == "t" and do_u_no_de_wae.Playing == false and spitt.Playing == false and Speach.Playing == false then
74
		Speach.Playing = true 
75
	end
76
end)
77
mouse.KeyDown:connect(function(key)
78
	if key == "r" and do_u_no_de_wae.Playing == false and spitt.Playing == false and Speach.Playing == false then
79
		spitt.Playing = true 
80
	end
81
end)
82
mouse.KeyDown:connect(function(key)
83
	if key == "p" and BruddaCount < 2 then
84
		BruddaCount = BruddaCount + 1
85
		local color = math.random(1,2)
86
		
87
		char.Archivable = true
88
		local Clone = char:Clone()
89
		for i,v in pairs(Clone:GetChildren()) do
90
			if v:IsA("Sound") then
91
				v:Destroy()
92
			end
93
		end
94
		Clone.Parent = char
95
		if color == 1 then
96
			Clone.asd.asd.Texture = "rbxassetid://1323248452"
97
		end
98
		if color == 2 then
99
			Clone.asd.asd.Texture = "rbxassetid://1300137893"
100
		end
101
		
102
		while wait() do
103
			Clone.Humanoid:MoveTo(char.HumanoidRootPart.Position+Vector3.new(math.random(2,5),0,math.random(2,5) ))
104
		end
105
	end
106
end)
107
108
--