Advertisement
GabeTheDog

running in the 90's v2

Apr 12th, 2018
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.66 KB | None | 0 0
  1. --Made By Bartus2009_Bro/GabeTheDog
  2. --Discord: Gabe#2408
  3. --note: it has earrape so be careful lol, also its just same like the old v1 version but it has nametag. now enjoy bye lol
  4.  
  5. CV="White"
  6.  
  7. p = game.Players.LocalPlayer
  8. char = p.Character
  9. local txt = Instance.new("BillboardGui", char)
  10. txt.Adornee = char .Head
  11. txt.Name = "_status"
  12. txt.Size = UDim2.new(2, 0, 1.2, 0)
  13. txt.StudsOffset = Vector3.new(-9, 8, 0)
  14. local text = Instance.new("TextLabel", txt)
  15. text.Size = UDim2.new(10, 0, 7, 0)
  16. text.FontSize = "Size24"
  17. text.TextScaled = true
  18. text.TextTransparency = 0
  19. text.BackgroundTransparency = 1
  20. text.TextTransparency = 0
  21. text.TextStrokeTransparency = 1
  22. text.Font = "Arial"
  23. text.TextStrokeColor3 = Color3.new(0,0,0)
  24.  
  25. v=Instance.new("Part")
  26. v.Name = "ColorBrick"
  27. v.Parent=p.Character
  28. v.FormFactor="Symmetric"
  29. v.Anchored=true
  30. v.CanCollide=false
  31. v.BottomSurface="Smooth"
  32. v.TopSurface="Smooth"
  33. v.Size=Vector3.new(10,5,3)
  34. v.Transparency=1
  35. v.CFrame=char.Torso.CFrame
  36. v.BrickColor=BrickColor.new(CV)
  37. v.Transparency=1
  38. text.TextColor3 = Color3.new(0,0,0)
  39. v.Shape="Block"
  40. text.Text = "a guy running in the 90's"
  41. wait(1 / 60)
  42.  
  43. wait(1)
  44. run = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso)
  45. run.SoundId = "rbxassetid://723688773"
  46. run.PlaybackSpeed = 1.3
  47. run.Looped = true
  48. run1 = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso)
  49. run1.SoundId = "rbxassetid://723688773"
  50. run1.Looped = true
  51. run1.Volume = 0
  52. run1:Play()
  53. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"Darude - Sandstorm Mode Activated","Green")
  54. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  55. mouse = game.Players.LocalPlayer:GetMouse()
  56. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  57. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  58. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  59. rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  60. rhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  61. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  62. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  63. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  64. lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  65. lhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  66. local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  67. llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  68. llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  69. llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  70. llegweld.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  71. local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  72. rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  73. rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  74. rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  75. rlegweld.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  76. runnin = false
  77. function walk(key)
  78. key = key:lower()
  79. if key == "w" or key == "a" or key == "s" or key == "d" then
  80. if not runnin then
  81. runnin = true
  82. run:Play()
  83. run1.Volume = 4
  84. smoke = Instance.new("Smoke", game.Players.LocalPlayer.Character["Left Leg"])
  85. smoke1 = Instance.new("Smoke", game.Players.LocalPlayer.Character["Right Leg"])
  86. smoke.Color = Color3.fromRGB(239, 229, 86)
  87. smoke1.Color = Color3.fromRGB(239, 229, 86)
  88. while runnin do
  89. for i = 0,1 , 0.3 do
  90. wait()
  91. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new():lerp(CFrame.Angles(-0.1,0,0),i)
  92. rhandweld.C0 = rhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,0.8),i)
  93. lhandweld.C0 = lhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,0.8),i)
  94. rlegweld.C0 = rlegweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-0.8),i)
  95. llegweld.C0 = llegweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-0.8),i)
  96. end
  97. for i = 0,1 , 0.3 do
  98. wait()
  99. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new():lerp(CFrame.Angles(0.2,0,0),i)
  100. rhandweld.C0 = rhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-1.6),i)
  101. lhandweld.C0 = lhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-1.6),i)
  102. rlegweld.C0 = rlegweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,1.6),i)
  103. llegweld.C0 = llegweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,1.6),i)
  104. end
  105. for i = 0,1 , 0.3 do
  106. wait()
  107. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new():lerp(CFrame.Angles(-0.1,0,0),i)
  108. rhandweld.C0 = rhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,0.8),i)
  109. lhandweld.C0 = lhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,0.8),i)
  110. rlegweld.C0 = rlegweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-0.8),i)
  111. llegweld.C0 = llegweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-0.8),i)
  112. end
  113. end
  114. end
  115. end
  116. end
  117. mouse.KeyDown:connect(walk)
  118. function stahp(key)
  119. key = key:lower()
  120. if key == "w" or key == "a" or key == "s" or key == "d" then
  121. if runnin then
  122. run:Stop()
  123. smoke:destroy()
  124. smoke1:destroy()
  125. run1.Volume = 0
  126. runnin = false
  127. end
  128. end
  129. end
  130. mouse.KeyUp:connect(stahp)
  131. function rip()
  132. while true do
  133. runnin = true
  134. game:GetService("RunService"):wait()
  135. end
  136. end
  137. game.Players.LocalPlayer.Character.Humanoid.Died:connect(rip)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement