View difference between Paste ID: kLUhVHiJ and kEvnDxXU
SHOW: | | - or go back to the newest paste.
1
wait(1)
2
local Plr = game.Players.LocalPlayer
3
local PChar = Plr.Character
4
local Song = Instance.new("Sound", game.Workspace)
5
Song.SoundId = "rbxassetid://514558366"
6
Song:Play()
7
wait(2.6)
8
game:GetService("Chat"):Chat(PChar:FindFirstChild("Head"), "P")
9
wait(0.2)
10
game:GetService("Chat"):Chat(PChar:FindFirstChild("Head"), "P")
11
wait(0.2)
12
game:GetService("Chat"):Chat(PChar:FindFirstChild("Head"), "A")
13
wait(0.2)
14
game:GetService("Chat"):Chat(PChar:FindFirstChild("Head"), "P")
15
local AnimationFolder = PChar:FindFirstChild("Animate")
16
if AnimationFolder == nil then
17
	print("ERROR: Animation Folder not Found!")
18
	game:GetService("Chat"):Chat(PChar:FindFirstChild("Head"), "ERROR: Animation Folder not Found!")
19
	Song:Stop()
20
	return
21
end
22
AnimationFolder.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=182436842"
23
AnimationFolder.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=182491248"
24
wait(6.6)
25
game:GetService("Chat"):Chat(PChar:FindFirstChild("Head"), "I Have a pen")
26
wait(2.6)
27
game:GetService("Chat"):Chat(PChar:FindFirstChild("Head"), "I Have a Apple")
28
wait(2.6)
29
game:GetService("Chat"):Chat(PChar:FindFirstChild("Head"), "UH")
30
wait(1.2)
31
game:GetService("Chat"):Chat(PChar:FindFirstChild("Head"), "Apple pen")
32
wait(1.2)
33
game:GetService("Chat"):Chat(PChar:FindFirstChild("Head"), "I Have a pen")
34
wait(2.6)
35
game:GetService("Chat"):Chat(PChar:FindFirstChild("Head"), "I Have a Pineapple")
36
wait(2.3)
37
game:GetService("Chat"):Chat(PChar:FindFirstChild("Head"), "UH")
38
wait(1.2)
39
game:GetService("Chat"):Chat(PChar:FindFirstChild("Head"), "Pineapple pen")
40
wait(1.2)
41
game:GetService("Chat"):Chat(PChar:FindFirstChild("Head"), "Apple pen")
42
wait(2.6)
43
game:GetService("Chat"):Chat(PChar:FindFirstChild("Head"), "Pineapple pen")
44
wait(2.3)
45
game:GetService("Chat"):Chat(PChar:FindFirstChild("Head"), "UH")
46
wait(1.2)
47
game:GetService("Chat"):Chat(PChar:FindFirstChild("Head"), "Pineapple pen apple pen")
48
wait(6.6)
49
game:GetService("Chat"):Chat(PChar:FindFirstChild("Head"), "Pineapple pen apple pen")
50
wait(2.2)
51
Instance.new("ForceField", PChar)
52
while true do
53
	wait()
54
	local bomb = Instance.new("Explosion", game.Workspace)
55
	bomb.Position = PChar.Torso.Position
56
end