ItzPartapika

Don't get near me.. (Shy Guy Edit)

May 4th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.97 KB | None | 0 0
  1. --[[
  2. SCP Shy Guy by Theamazingnater
  3. Edit By ItzPartapika
  4. --]]
  5. plr = game.Players.LocalPlayer
  6. char = plr.Character
  7. Player = plr
  8. wait(1)
  9. white = BrickColor.new("White")
  10. bdcolor = char["Body Colors"]
  11. local scream = Instance.new("Sound",char)
  12. scream.SoundId = "rbxassetid://343430735"
  13. scream.Volume = 4
  14. scream.Looped = true
  15. local cry = Instance.new("Sound",char)
  16. cry.Name = "crySound"
  17. cry.SoundId = "rbxassetid://155772047"
  18. cry.Volume = 4
  19. cry.Looped = true
  20. cry:Play()
  21. coroutine.wrap(function()
  22. while true do
  23. wait(0.01)
  24. if scream.Parent == nil then
  25. scream.Parent = char
  26. end
  27. if cry.Parent == nil then
  28. cry.Parent = char
  29. cry:Play()
  30. end
  31. end
  32. end)()
  33. char.Head.face.Texture = "http://www.roblox.com/asset/?id=684289118"
  34. neck = char.Torso.Neck
  35. lhand = char.Torso["Left Shoulder"]
  36. rhand = char.Torso["Right Shoulder"]
  37. lleg = char.Torso["Left Hip"]
  38. rleg = char.Torso["Right Hip"]
  39. human = char.HumanoidRootPart.RootJoint
  40. char.Animate.Parent = nil
  41. char.Humanoid.Animator.Parent = nil
  42. light = game.Lighting
  43. light.TimeOfDay = "1:00:00"
  44. for i,v in pairs(char.Torso:GetChildren()) do
  45. if v.ClassName == "Motor6D" then
  46. v.C1 = CFrame.new(0,0,0)
  47. end
  48. end
  49. for i,v in pairs(char:GetChildren()) do -- Since a shift to sprint script appears, we remove it.
  50. if v.ClassName == "LocalScript" then
  51. v:Destroy()
  52. end
  53. end
  54. human.C1 = CFrame.new(0,0,0)
  55. for i = 0,1 ,0.03 do
  56. neck.C0 = neck.C0:lerp(CFrame.new(0, 1.44722462, -0.175569534, 1, 0, 0, 0, 0.957668662, 0.28787294, 0, -0.28787291, 0.957668662),i)
  57. lhand.C0 = lhand.C0:lerp(CFrame.new(-0.999992371, 0.403417587, -0.400690079, 0.978886008, -0.198669523, -0.0480909608, -0.0489091128, 0.000789985002, -0.99880302, 0.198469713, 0.98006618, -0.00894344598),i)
  58. rhand.C0 = rhand.C0:lerp(CFrame.new(0.999992371, 0.401778936, -0.300704002, 0.995004237, 0.0998337567, 2.21675634e-07, -8.0173304e-05, 0.000801276532, -0.999999762, -0.0998337343, 0.995003879, 0.000805277436),i)
  59. lleg.C0 = lleg.C0:lerp(CFrame.new(-0.500003815, -0.302405119, -1.00209045, 0.998795688, 1.07394217e-05, 0.0490646139, 0.0144870952, 0.955350697, -0.295119137, -0.0468770824, 0.295474499, 0.954199851),i)
  60. rleg.C0 = rleg.C0:lerp(CFrame.new(0.499988556, -0.299546719, -1.00121117, 0.999991715, 1.10380352e-05, -3.05008143e-06, -1.13286078e-05, 0.955351293, -0.295472056, -2.51282472e-07, 0.295474589, 0.955343246),i)
  61. human.C0 = human.C0:lerp(CFrame.new(0, 1.98613644, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1):inverse(),i)
  62. game:GetService("RunService").RenderStepped:wait()
  63. end
  64. cananimate = true
  65. hit = false
  66. function swait(num)
  67. if num == 0 or num == nil then
  68. game:service("RunService").Stepped:wait(0)
  69. else
  70. for i = 0, num do
  71. game:service("RunService").Stepped:wait(0)
  72. end
  73. end
  74. end
  75. local txtfag = Instance.new("BillboardGui", game.Players.LocalPlayer.Character.Head)
  76. txtfag.Adornee = suckadick
  77. txtfag.Name = "kys nigga"
  78. txtfag.Size = UDim2.new(2, 0, 1.2, 0)
  79. txtfag.StudsOffset = Vector3.new(-5, 3, 0)
  80. local textfag = Instance.new("TextLabel", txtfag)
  81. textfag.Size = UDim2.new(6, 0, 1, 0)
  82. textfag.FontSize = "Size8"
  83. textfag.TextScaled = true
  84. textfag.TextTransparency = 0
  85. textfag.BackgroundTransparency = 1
  86. textfag.TextTransparency = 0
  87. textfag.TextStrokeTransparency = 0
  88. textfag.Font = "SourceSans"
  89. textfag.TextStrokeColor3 = Color3.new(0, 1, 0)
  90. v = Instance.new("Part")
  91. v.Name = "ColorBrick"
  92. v.Parent = part
  93. v.FormFactor = "Symmetric"
  94. v.Anchored = true
  95. v.CanCollide = false
  96. v.BottomSurface = "Smooth"
  97. v.TopSurface = "Smooth"
  98. v.Size = Vector3.new(10, 5, 3)
  99. v.Transparency = 0.7
  100. v.BrickColor = game.Players.LocalPlayer.Character.Torso.BrickColor
  101. v.Transparency = 1
  102. textfag.TextColor3 = BrickColor.new("Institutional white").Color
  103. textfag.TextStrokeColor3 = BrickColor.new("Really black").Color
  104. v.Shape = "Block"
  105. textfag.Text = Player.Name
  106. coroutine.resume(coroutine.create(function()
  107. while textfag ~= nil do
  108. swait()
  109. textfag.Position = UDim2.new(math.random(-.2,.2),math.random(-3,3),.05,math.random(-3,3))
  110. textfag.Rotation = math.random(-3,3)
  111. end
  112. end))
  113. coroutine.wrap(function()
  114. while true do
  115. wait(2)
  116. textfag.Text = "I'm not feeling up to it."
  117. wait(0.1)
  118. textfag.Text = Player.Name
  119. wait(2)
  120. textfag.Text = "Please.."
  121. wait(0.1)
  122. textfag.Text = Player.Name
  123. wait(2)
  124. textfag.Text = "Don't get near me.."
  125. wait(0.1)
  126. textfag.Text = Player.Name
  127. end
  128. end)()
  129. print("SCP Shy Guy has loaded.")
  130. function SCREAMBOIS(part)
  131. local human2 = part.Parent:FindFirstChildOfClass("Humanoid")
  132. if human2 and not hit then
  133. hit = true
  134. char.Humanoid.WalkSpeed = 0
  135. cananimate = false
  136. for i = 0,1 , 0.03 do
  137. lhand.C0 = lhand.C0:lerp(CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
  138. lleg.C0 = lleg.C0:lerp(CFrame.new(-0.5, -1.9999913, 0, 1, 0, 0, 0, 0.999995589, 0, 0, 0, 1),i)
  139. rhand.C0 = rhand.C0:lerp(CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
  140. rleg.C0 = rleg.C0:lerp(CFrame.new(0.5, -1.9999913, 0, 1, 0, 0, 0, 0.999995589, 0, 0, 0, 1),i)
  141. neck.C0 = neck.C0:lerp(CFrame.new(0, 1.4999938, 0, 1, 0, 0, 0, 0.999995708, 0, 0, 0, 1),i)
  142. human.C0 = human.C0:lerp(CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999995708, 0, 0, 0, 1),i)
  143. game:GetService("RunService").RenderStepped:wait()
  144. end
  145. wait(1)
  146. cry:Stop()
  147. scream:Play()
  148. char.Head.face.Texture = "http://www.roblox.com/asset/?id=684289118"
  149. wait(4)
  150. local hitbox = Instance.new("Part",char.Torso)
  151. hitbox.Size = char.Torso.Size
  152. hitbox.Transparency = 1
  153. hitbox.CanCollide = false
  154. local hweld = Instance.new("Weld",hitbox)
  155. hweld.Part0 = hitbox
  156. hweld.Part1 = char.Torso
  157. hweld.C0 = CFrame.new(0, 0, 1.02879095, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  158. char.Humanoid.WalkSpeed = 40
  159. hitbox.Touched:connect(function(part2)
  160. human2 = part2.Parent:FindFirstChildOfClass("Humanoid")
  161. if human2 then
  162. human2.Health = 0
  163. wait(2)
  164. char.Head.face.Texture = "http://www.roblox.com/asset/?id=684289118"
  165. hit = false
  166. cananimate = true
  167. char.Humanoid.WalkSpeed = 16
  168. scream:Stop()
  169. cry:Play()
  170. end
  171. end)
  172. end
  173. end
  174. char.Torso.Touched:connect(SCREAMBOIS)
  175. while true do
  176. if cananimate then
  177. --Walking animation
  178. if game.Players.LocalPlayer.Character.Torso.Velocity.x < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.x > 0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z > 0.5 and cananimate then
  179. for i = 0.1,0.3 , 0.008 do
  180. if cananimate and game.Players.LocalPlayer.Character.Torso.Velocity.x < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.x > 0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z > 0.5 and cananimate then
  181. human.C0 = human.C0:lerp(CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),i)
  182. neck.C0 = neck.C0:lerp(CFrame.new(0, 1.44722462, -0.175569534, 1, 0, 0, 0, 0.957668662, 0.28787294, 0, -0.28787291, 0.957668662),i)
  183. lhand.C0 = lhand.C0:lerp(CFrame.new(-1.5, 0.168842316, -0.374614239, 1, 0, 0, 0, 0.662306964, -0.74923259, 0, 0.74923259, 0.662307084),i)
  184. rhand.C0 = rhand.C0:lerp(CFrame.new(1.5, 0.12597847, 0.331827164, 1, 0, 0, 0, 0.748035073, 0.663659215, 0, -0.663659275, 0.748035014),i)
  185. rleg.C0 = rleg.C0:lerp(CFrame.new(0.5, -1.67391682, -0.738807678, 0.99999994, 0, 0, 0, 0.673916757, -0.738807261, 0, 0.738807321, 0.673916817),i)
  186. lleg.C0 = lleg.C0:lerp(CFrame.new(-0.5, -1.67705727, 0.735931396, 1, 0, 0, 0, 0.677056909, 0.735930681, 0, -0.735930741, 0.677056968),i)
  187. game:GetService("RunService").Stepped:wait()
  188. end
  189. end
  190. for i = 0.1,0.3 , 0.008 do
  191. if cananimate and game.Players.LocalPlayer.Character.Torso.Velocity.x < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.x > 0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z > 0.5 and cananimate then
  192. human.C0 = human.C0:lerp(CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),i)
  193. neck.C0 = neck.C0:lerp(CFrame.new(0, 1.44722462, -0.175569534, 1, 0, 0, 0, 0.957668662, 0.28787294, 0, -0.28787291, 0.957668662),i)
  194. rleg.C0 = rleg.C0:lerp(CFrame.new(0.5, -1.69855976, 0.715551376, 1, 0, 0, 0, 0.698559642, 0.715551734, 0, -0.715551794, 0.698559701),i)
  195. lleg.C0 = lleg.C0:lerp(CFrame.new(-0.5, -1.80723953, -0.590223312, 1, 0, 0, 0, 0.807239354, -0.590224087, 0, 0.590224147, 0.807239413),i)
  196. lhand.C0 = lhand.C0:lerp(CFrame.new(-1.5, 0.216003418, 0.411518574, 1, 0, 0, 0, 0.567983389, 0.823040009, 0, -0.823040009, 0.567983389),i)
  197. rhand.C0 = rhand.C0:lerp(CFrame.new(1.5, 0.215018272, -0.41083622, 1, 0, 0, 0, 0.569954693, -0.821676135, 0, 0.821676135, 0.569954753),i)
  198. game:GetService("RunService").Stepped:wait()
  199. end
  200. end
  201. -- Idle animation
  202. elseif game.Players.LocalPlayer.Character.Torso.Velocity.x > -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.x < 0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z > -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z < 0.5 then
  203. for i = 0,1 , 0.03 do
  204. if cananimate and game.Players.LocalPlayer.Character.Torso.Velocity.x > -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.x < 0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z > -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z < 0.5 and cananimate then
  205. neck.C0 = neck.C0:lerp(CFrame.new(0, 1.44722462, -0.175569534, 1, 0, 0, 0, 0.957668662, 0.28787294, 0, -0.28787291, 0.957668662),i)
  206. lhand.C0 = lhand.C0:lerp(CFrame.new(-0.999992371, 0.403417587, -0.400690079, 0.978886008, -0.198669523, -0.0480909608, -0.0489091128, 0.000789985002, -0.99880302, 0.198469713, 0.98006618, -0.00894344598),i)
  207. rhand.C0 = rhand.C0:lerp(CFrame.new(0.999992371, 0.401778936, -0.300704002, 0.995004237, 0.0998337567, 2.21675634e-07, -8.0173304e-05, 0.000801276532, -0.999999762, -0.0998337343, 0.995003879, 0.000805277436),i)
  208. lleg.C0 = lleg.C0:lerp(CFrame.new(-0.500003815, -0.302405119, -1.00209045, 0.998795688, 1.07394217e-05, 0.0490646139, 0.0144870952, 0.955350697, -0.295119137, -0.0468770824, 0.295474499, 0.954199851),i)
  209. rleg.C0 = rleg.C0:lerp(CFrame.new(0.499988556, -0.299546719, -1.00121117, 0.999991715, 1.10380352e-05, -3.05008143e-06, -1.13286078e-05, 0.955351293, -0.295472056, -2.51282472e-07, 0.295474589, 0.955343246),i)
  210. human.C0 = human.C0:lerp(CFrame.new(0, 1.98613644, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1):inverse(),i)
  211. game:GetService("RunService").RenderStepped:wait()
  212. end
  213. end
  214. end
  215. end
  216. wait()
  217. end
Add Comment
Please, Sign In to add comment