guy123457

Untitled

Jan 25th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. plr = game.Players.superswagboy67
  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 = "PlaytimeDisplay"
  16. bill.Adornee = bill.Parent
  17. bill.Size = UDim2.new(10.5, 0 , 11, 0)
  18. bill.Archivable = true
  19. bill.AutoLocalize = true
  20. local img = Instance.new("ImageLabel",bill)
  21. img.Size = UDim2.new(0.5, 4,0.5, 4)
  22. img.Image = "http://www.roblox.com/asset/?id=1840745100"
  23. img.Visible = true
  24. img.BackgroundTransparency = 1
  25. img.Position = UDim2.new(0.213, 0,0.49, 0)
  26. char.Humanoid.HipHeight = 2.1
  27. char.Humanoid.Name = "Playtime"
  28. go = Instance.new("Sound",char)
  29. go.SoundId = "rbxassetid://1846603855"
  30. go.Volume = 4
  31. five = Instance.new("Sound",char)
  32. five.SoundId = "rbxassetid://1846870244"
  33. five.Volume = 4
  34. two = Instance.new("Sound",char)
  35. two.SoundId = "rbxassetid://1846619160"
  36. two.Volume = 4
  37. one = Instance.new("Sound",char)
  38. one.SoundId = "rbxassetid://1846615963"
  39. one.Volume = 4
  40. four = Instance.new("Sound",char)
  41. four.SoundId = "rbxassetid://1846859927"
  42. four.Volume = 4
  43. messup = Instance.new("Sound",char)
  44. messup.SoundId = "rbxassetid://1846613015"
  45. messup.Volume = 4
  46. win = Instance.new("Sound",char)
  47. win.Name = "YouWon"
  48. win.SoundId = "rbxassetid://1847115545"
  49. win.Volume = 4
  50. ItsPlaytime = Instance.new("Sound",char)
  51. ItsPlaytime.SoundId = "rbxassetid://1884615226"
  52. ItsPlaytime.Volume = 1
  53. ItsPlaytime:Play()
  54. ItsPlaytime.Looped = true
  55. JumpCount = 0
  56. char.Head.face.Transparency = 1
  57. touched = false
  58. char.Torso.Touched:connect(function(part)
  59. local human = part.Parent:FindFirstChildOfClass("Humanoid")
  60. if human and human.Parent.Name ~= char.Name and touched == false then
  61. go:Play()
  62. touched = true
  63. char.Playtime.WalkSpeed = 16
  64. human.WalkSpeed = 0
  65. wait(1.5)
  66. if JumpCount == 0 and human.Jump then
  67. one:Play()
  68. JumpCount = 1
  69. else
  70. messup:Play()
  71. touched = false
  72. JumpCount = 0
  73. end
  74. wait(1)
  75. if JumpCount == 1 and human.Jump then
  76. two:Play()
  77. JumpCount = 2
  78. else
  79. messup:Play()
  80. JumpCount = 0
  81. end
  82. wait(1)
  83. if JumpCount == 2 and human.Jump then
  84. JumpCount = 3
  85. else
  86. messup:Play()
  87. JumpCount = 0
  88. end
  89. wait(1)
  90. if JumpCount == 3 and human.Jump then
  91. JumpCount = 4
  92. four:Play()
  93. else
  94. messup:Play()
  95. JumpCount = 0
  96. end
  97. wait(1)
  98. if JumpCount == 4 and human.Jump then
  99. JumpCount = 0
  100. five:Play()
  101. wait(1)
  102. win:Play()
  103. touched = false
  104. char.Playtime.WalkSpeed = 16
  105. human.WalkSpeed = 16
  106. else
  107. messup:Play()
  108. JumpCount = 0
  109. end
  110. end
  111. end)
  112. while true do
  113. wait()
  114. img.Image = "http://www.roblox.com/asset/?id=1890934453"
  115. wait(0.05)
  116. img.Image = "http://www.roblox.com/asset/?id=1890934875"
  117. wait(0.05)
  118. img.Image = "http://www.roblox.com/asset/?id=1890935343"
  119. wait(0.05)
  120. img.Image = "http://www.roblox.com/asset/?id=1890935748"
  121. wait(0.05)
  122. img.Image = "http://www.roblox.com/asset/?id=1890936113"
  123. wait(0.05)
  124. img.Image = "http://www.roblox.com/asset/?id=1840745100"
  125. end
Advertisement
Add Comment
Please, Sign In to add comment