View difference between Paste ID: 7MZrwiv5 and RdA7fwtC
SHOW: | | - or go back to the newest paste.
1
local LocalPlayer = game:GetService("Players").LocalPlayer;
2-
local VictimName = "TheChinaninja1234";
2+
local VictimName = "ilovemen536";
3
local Victim do for i,v in pairs(game:service'Players':players()) do if v.Name==VictimName then Victim=v break end end end
4
if Victim==nil then return end;
5
6
LocalPlayer.Chatted:connect(function(Message)
7
	if Victim and Victim.Parent~=nil and Victim.Character~=nil and Victim.Character:FindFirstChild("Head")~=nil then
8
		if Message:sub(1,3)~="/e " and Message:sub(1,7) ~= "/emote " then
9
			game:GetService("Chat"):Chat(Victim.Character.Head, Message, "Green")
10
		end
11
	end
12
end)
13
14
local plr=game.Players.LocalPlayer
15
local cam=game.Workspace.CurrentCamera
16
plr.Character:destroy()
17
plr.Character=nil
18
cam.CameraSubject=game.Workspace.EvanEMC.Head
19
cam.CameraType=Enum.CameraType.Track
20
plr.Parent=nil