Advertisement
Zeixus_

Untitled

Jun 29th, 2020
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. local lp = game.Players.LocalPlayer
  2. local killfeed = game.Workspace.KillFeed["6"]
  3.  
  4. local function sayWords(words)
  5. local string_1 = words;
  6. local bool_1 = false;
  7. local bool_2 = false;
  8. local bool_3 = true;
  9. local Target = game:GetService("ReplicatedStorage").Events.PlayerChatted;
  10. Target:FireServer(string_1, bool_1, bool_2, bool_3);
  11. end
  12.  
  13. local sorrytbl = {"fat","im the coolest person here B)","efsdgwsdfewsdg","how did you die from me im bad at this game","The roblox community is a meme.","haha get die","sBoTp sTEaLiNG mY KiLls aaAAAa","funny meme","zuun hackerman","am pro arsnl plyarer xd","stinky rat","give me oglden nkife noob","gviev me free robuxc/ pls","vote railgun royale xd","let me win for free oxygen","yayaya","stinky","petition to remove crossbow/bow","press m for a free skin lol xd totally","firework launcher is trash, wouldn't you agree?","why are we still here, just to suffer?","i need to stop existing.","i dislike life.","can we remove warehouse? my potato pc cant handle it"
  14. killfeed.Killer.Changed:Connect(function(new)
  15. if new == lp.Name then
  16. wait(3)
  17. sayWords(sorrytbl[math.random( #sorrytbl )])
  18. end
  19. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement