Advertisement
GuestNoobROBLOX

Jealous Arts And Crafters NEW

Jul 8th, 2018
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2. repeat wait() until plr.Character
  3. char = plr.Character
  4.  
  5. for i,v in pairs(char:GetChildren()) do
  6. if v.ClassName == "Part" then
  7. v.Transparency = 1
  8. elseif v.ClassName == "Accessory" then
  9. v.Handle.Transparency = 1
  10. end
  11. end
  12. char.Animate:Destroy()
  13. char.Humanoid.Animator:Destroy()
  14. local bill = Instance.new("BillboardGui",char.Torso)
  15. bill.Name = "JEALOUSSockPuppet"
  16. bill.Adornee = bill.Parent
  17. bill.Size = UDim2.new(2.2, 0, 3.6, 0)
  18. bill.Archivable = true
  19. bill.AutoLocalize = true
  20. local img = Instance.new("ImageLabel",bill)
  21. img.Size = UDim2.new(2.85, 0, 3, 0)
  22. img.Image = "http://www.roblox.com/asset/?id=1922643053"
  23. img.Visible = true
  24. img.BackgroundTransparency = 1
  25. img.Position = UDim2.new(-0.7, 0, -1, 0)
  26. char.Humanoid.HipHeight = 2
  27. char.Humanoid.Name = "JEALOUSSockPuppet"
  28. WOOSH = Instance.new("Sound",char.Head)
  29. WOOSH.SoundId = "rbxassetid://1859563650"
  30. WOOSH.Volume = 1
  31. WOOSH:Play()
  32. WOOSH.Looped = true
  33. JumpCount = 0
  34. char.Head.face.Transparency = 1
  35. char.JEALOUSSockPuppet.WalkSpeed = 100
  36. char.JEALOUSSockPuppet.Health = 10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  37. char.JEALOUSSockPuppet.MaxHealth = 10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  38. touched = false
  39. char.Torso.Touched:connect(function(part)
  40. local human = part.Parent:FindFirstChildOfClass("Humanoid")
  41. if human and human.Parent.Name ~= char.Name and touched == false then
  42. touched = true
  43. if JumpCount == 0 and human.Jump then
  44. JumpCount = 1
  45. else
  46. touched = false
  47. JumpCount = 0
  48. end
  49. wait(1)
  50. if JumpCount == 1 and human.Jump then
  51. JumpCount = 2
  52. else
  53. JumpCount = 0
  54. end
  55. wait(1)
  56. if JumpCount == 2 and human.Jump then
  57. JumpCount = 3
  58. else
  59. JumpCount = 0
  60. end
  61. wait(1)
  62. if JumpCount == 3 and human.Jump then
  63. JumpCount = 4
  64. else
  65. JumpCount = 0
  66. end
  67. wait(1)
  68. if JumpCount == 4 and human.Jump then
  69. JumpCount = 0
  70. wait(1)
  71. touched = false
  72. char.SockPuppet.Walkspeed = 16
  73. human.WalkSpeed = 16
  74. else
  75. JumpCount = 0
  76. end
  77. end
  78. end)
  79. while true do
  80. wait()
  81. img.Image = "http://www.roblox.com/asset/?id=1922643053"
  82. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement