Advertisement
VilkasKettu

Untitled

May 28th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. game.Players.VilkasKettu.Chatted:connect(function(meme)
  2. if meme == "bring all" then
  3. for i,v in pairs(game.Players:GetChildren()) do -- This doesnt have any hints how this works. Because this is so complicated.
  4. local r16detected = v.Character:FindFirstChild("UpperTorso")
  5. if r16detected then
  6. local VK16 = game.Players.VilkasKettu.Character:FindFirstChild("UpperTorso")
  7. if VK16 then
  8. v.Character.UpperTorso.CFrame = game.Players.VilkasKettu.Character.UpperTorso.CFrame
  9. end
  10. if not VK16 then
  11. v.Character.UpperTorso.CFrame = game.Players.VilkasKettu.Character.Torso.CFrame
  12. end
  13. end
  14. if not r16detected then
  15. local VK16 = game.Players.VilkasKettu.Character:FindFirstChild("UpperTorso")
  16. if VK16 then
  17. v.Character.Torso.CFrame = game.Players.VilkasKettu.Character.UpperTorso.CFrame
  18. end
  19. if not VK16 then
  20. v.Character.Torso.CFrame = game.Players.VilkasKettu.Character.Torso.CFrame
  21. end
  22. end
  23. print(i)
  24. end
  25. end
  26. if meme == "kill oth" then
  27. for _,v in pairs(game.Players:GetChildren()) do -- Checks all the players
  28. if v.Name == "VilkasKettu" then -- Checks if one of the guys is named VilkasKettu
  29. print("Master") -- Prints the text if VilkasKettu is found
  30. end
  31. if v.Name ~= "VilkasKettu" then -- Checks if the player isn't named VilkasKettu
  32. local r16detected = v.Character:FindFirstChild("UpperTorso") -- Checks if the player has r16
  33. if r16detected then
  34. v.Character.UpperTorso.Destroy() -- Destroys the r16 body's Torso
  35. end
  36. if not r16detected then
  37. v.Character.Torso:Destroy() -- Destroys the r6 body's Torso
  38. end
  39. end
  40. end
  41. end
  42. if meme == "nonkill" then
  43. game.Players.VilkasKettu.Character.Humanoid.Name = "NotKillingMe59" -- Makes it so that the players cannot change the health of me.
  44. end
  45. if meme == "semigod" then
  46. local nonkillON = game.Players.VilkasKettu.Character:FindFirstChild("NotKillingMe59")
  47. if nonkillON then
  48. game.Players.VilkasKettu.Character.NotKillingMe59.MaxHealth = 10000000000000000
  49. game.Players.VilkasKettu.Character.NotKillingMe59.Health = 10000000000000000
  50. end
  51. if not nonkillON then
  52. game.Players.VilkasKettu.Character.Humanoid.MaxHealth = 10000000000000000
  53. game.Players.VilkasKettu.Character.Humanoid.Health = 10000000000000000
  54. end
  55. end
  56. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement