Advertisement
GuestNoobROBLOX

Principal Of the Thing NEW Roblox SCRIPT

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