View difference between Paste ID: W3uQUXFw and kYgjey09
SHOW: | | - or go back to the newest paste.
1
--Converted with ttyyuu12345's model to script plugin v4
2
function sandbox(var,func)
3
	local env = getfenv(func)
4
	local newenv = setmetatable({},{
5
		__index = function(self,k)
6
			if k=="script" then
7
				return var
8
			else
9
				return env[k]
10
			end
11
		end,
12
	})
13
	setfenv(func,newenv)
14
	return func
15
end
16
cors = {}
17
mas = Instance.new("Model",game:GetService("Lighting"))
18
Model0 = Instance.new("Model")
19
Part1 = Instance.new("Part")
20
Script2 = Instance.new("Script")
21
Part3 = Instance.new("Part")
22
Decal4 = Instance.new("Decal")
23
Decal5 = Instance.new("Decal")
24
Decal6 = Instance.new("Decal")
25
Decal7 = Instance.new("Decal")
26
Decal8 = Instance.new("Decal")
27
Part9 = Instance.new("Part")
28
Script10 = Instance.new("Script")
29
WeldConstraint11 = Instance.new("WeldConstraint")
30
WeldConstraint12 = Instance.new("WeldConstraint")
31
Script13 = Instance.new("Script")
32
BillboardGui14 = Instance.new("BillboardGui")
33
TextLabel15 = Instance.new("TextLabel")
34
Script16 = Instance.new("Script")
35
Model0.Name = "chocolate is my enemy"
36
Model0.Parent = mas
37
Part1.Name = "hold"
38
Part1.Parent = Model0
39
Part1.CFrame = CFrame.new(14.4799995, 3, 4.48999834, 0, 0, -1, 0, 1, 0, 1, 0, 0)
40
Part1.Orientation = Vector3.new(0, -90, 0)
41
Part1.Position = Vector3.new(14.4799995, 3, 4.48999834)
42
Part1.Rotation = Vector3.new(0, -90, 0)
43
Part1.Color = Color3.new(0.411765, 0.25098, 0.156863)
44
Part1.Transparency = 1
45
Part1.Size = Vector3.new(1, 2, 1)
46
Part1.BottomSurface = Enum.SurfaceType.Smooth
47
Part1.BrickColor = BrickColor.new("Reddish brown")
48
Part1.TopSurface = Enum.SurfaceType.Smooth
49
Part1.brickColor = BrickColor.new("Reddish brown")
50
Script2.Name = "WELDARM"
51
Script2.Parent = Part1
52
table.insert(cors,sandbox(Script2,function()
53
wait (2)
54
local chara = game.Players.lafur2.Character
55-
local chara = game.Players.antoniorigo4.Character
55+
56
57
end))
58
Part3.Name = "chocolate"
59
Part3.Parent = Model0
60
Part3.CFrame = CFrame.new(16, 2.20000005, 4.5, -1, -1.35651863e-17, -1.31366621e-22, -1.35651863e-17, 1, 3.90816998e-17, 1.31366621e-22, 3.90816998e-17, -1)
61
Part3.Orientation = Vector3.new(0, -180, 0)
62
Part3.Position = Vector3.new(16, 2.20000005, 4.5)
63
Part3.Rotation = Vector3.new(-180, 0, 180)
64
Part3.Color = Color3.new(0.384314, 0.278431, 0.196078)
65
Part3.Size = Vector3.new(2, 0.400000006, 1)
66
Part3.BottomSurface = Enum.SurfaceType.Smooth
67
Part3.BrickColor = BrickColor.new("Earth orange")
68
Part3.brickColor = BrickColor.new("Earth orange")
69
Part3.FormFactor = Enum.FormFactor.Plate
70
Part3.formFactor = Enum.FormFactor.Plate
71
Decal4.Parent = Part3
72
Decal4.Texture = "http://www.roblox.com/asset/?id=9186823"
73
Decal4.Face = Enum.NormalId.Top
74
Decal5.Parent = Part3
75
Decal5.Texture = "http://www.roblox.com/asset/?id=9186823"
76
Decal6.Parent = Part3
77
Decal6.Texture = "http://www.roblox.com/asset/?id=9186828"
78
Decal6.Face = Enum.NormalId.Right
79
Decal7.Parent = Part3
80
Decal7.Texture = "http://www.roblox.com/asset/?id=9186968"
81
Decal7.Face = Enum.NormalId.Bottom
82
Decal8.Parent = Part3
83
Decal8.Texture = "http://www.roblox.com/asset/?id=9186968"
84
Decal8.Face = Enum.NormalId.Back
85
Part9.Parent = Part3
86
Part9.CFrame = CFrame.new(19, 2.22999978, 4.49499798, 1, -5.13403107e-39, 0, -5.13403107e-39, 1, 0, 0, 0, 1)
87
Part9.Position = Vector3.new(19, 2.22999978, 4.49499798)
88
Part9.Color = Color3.new(0.411765, 0.25098, 0.156863)
89
Part9.Size = Vector3.new(4, 0.200000077, 0.260000199)
90
Part9.BottomSurface = Enum.SurfaceType.Smooth
91
Part9.BrickColor = BrickColor.new("Reddish brown")
92
Part9.TopSurface = Enum.SurfaceType.Smooth
93
Part9.brickColor = BrickColor.new("Reddish brown")
94
Script10.Parent = Part9
95
table.insert(cors,sandbox(Script10,function()
96
--Made by icokidd97
97
wait (1)
98
local chara = owner.Character
99
function bone(player)
100
if player then
101
if player.Parent:FindFirstChild("Humanoid")
102
then player.Parent:BreakJoints()
103
chara.Head.BBG.tuxt.Text = "not every Chocolate is harmless"
104
chara.Head.BBG.tuxt.Text = ""..chara.parent.Name
105
end
106
end
107
end
108
script.Parent.Touched:connect(bone)
109
end))
110
WeldConstraint11.Parent = Part9
111
WeldConstraint11.Part0 = Part9
112
WeldConstraint11.Part1 = Part3
113
WeldConstraint12.Parent = Part3
114
WeldConstraint12.Part0 = Part3
115
WeldConstraint12.Part1 = Part1
116
Script13.Parent = Model0
117
table.insert(cors,sandbox(Script13,function()
118
script.Parent.Parent = owner.Character
119
120
end))
121
BillboardGui14.Name = "BBG"
122
BillboardGui14.Parent = Model0
123
BillboardGui14.LightInfluence = 1
124
BillboardGui14.Size = UDim2.new(0, 200, 0, 50)
125
BillboardGui14.ClipsDescendants = true
126
BillboardGui14.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
127
BillboardGui14.MaxDistance = 50
128
BillboardGui14.StudsOffset = Vector3.new(0, 3, 0)
129
TextLabel15.Name = "tuxt"
130
TextLabel15.Parent = BillboardGui14
131
TextLabel15.Size = UDim2.new(0, 200, 0, 50)
132
TextLabel15.BackgroundColor = BrickColor.new("Institutional white")
133
TextLabel15.BackgroundColor3 = Color3.new(1, 1, 1)
134
TextLabel15.Font = Enum.Font.GothamBlack
135
TextLabel15.FontSize = Enum.FontSize.Size14
136
TextLabel15.Text = ""
137
TextLabel15.TextColor = BrickColor.new("Crimson")
138
TextLabel15.TextColor3 = Color3.new(0.666667, 0, 0)
139
TextLabel15.TextSize = 13
140
Script16.Name = "Parenting"
141
Script16.Parent = BillboardGui14
142
table.insert(cors,sandbox(Script16,function()
143
script.Parent.Parent = owner.Character.Head
144
145
end))
146
for i,v in pairs(mas:GetChildren()) do
147
	v.Parent = workspace
148
	pcall(function() v:MakeJoints() end)
149
end
150
mas:Destroy()
151
for i,v in pairs(cors) do
152
	spawn(function()
153
		pcall(v)
154
	end)
155
end