Advertisement
GuestNoobROBLOX

Arts And Crafters NEW

Jul 8th, 2018
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 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 = "SockPuppet"
  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=1829618185"
  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 = "SockPuppet"
  28. JumpCount = 0
  29. char.Head.face.Transparency = 1
  30. char.SockPuppet.WalkSpeed = 50
  31. char.SockPuppet.Health = 10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  32. char.SockPuppet.MaxHealth = 10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  33. touched = false
  34. char.Torso.Touched:connect(function(part)
  35. local human = part.Parent:FindFirstChildOfClass("Humanoid")
  36. if human and human.Parent.Name ~= char.Name and touched == false then
  37. touched = true
  38. if JumpCount == 0 and human.Jump then
  39. JumpCount = 1
  40. else
  41. touched = false
  42. JumpCount = 0
  43. end
  44. wait(1)
  45. if JumpCount == 1 and human.Jump then
  46. JumpCount = 2
  47. else
  48. JumpCount = 0
  49. end
  50. wait(1)
  51. if JumpCount == 2 and human.Jump then
  52. JumpCount = 3
  53. else
  54. JumpCount = 0
  55. end
  56. wait(1)
  57. if JumpCount == 3 and human.Jump then
  58. JumpCount = 4
  59. else
  60. JumpCount = 0
  61. end
  62. wait(1)
  63. if JumpCount == 4 and human.Jump then
  64. JumpCount = 0
  65. wait(1)
  66. touched = false
  67. char.SockPuppet.Walkspeed = 16
  68. human.WalkSpeed = 16
  69. else
  70. JumpCount = 0
  71. end
  72. end
  73. end)
  74. while true do
  75. wait()
  76. img.Image = "http://www.roblox.com/asset/?id=1829618185"
  77. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement