Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local LocalPlayer = game:GetService("Players").LocalPlayer;
- local VictimName = "ilovemen536";
- local Victim do for i,v in pairs(game:service'Players':players()) do if v.Name==VictimName then Victim=v break end end end
- if Victim==nil then return end;
- LocalPlayer.Chatted:connect(function(Message)
- if Victim and Victim.Parent~=nil and Victim.Character~=nil and Victim.Character:FindFirstChild("Head")~=nil then
- if Message:sub(1,3)~="/e " and Message:sub(1,7) ~= "/emote " then
- game:GetService("Chat"):Chat(Victim.Character.Head, Message, "Green")
- end
- end
- end)
- local plr=game.Players.LocalPlayer
- local cam=game.Workspace.CurrentCamera
- plr.Character:destroy()
- plr.Character=nil
- cam.CameraSubject=game.Workspace.EvanEMC.Head
- cam.CameraType=Enum.CameraType.Track
- plr.Parent=nil
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement