Advertisement
ManlyMemeScripter

Scp,Scp,ScScScp172

Feb 14th, 2018
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.44 KB | None | 0 0
  1.  
  2.  
  3. --{{Made by Strazos}}--
  4.  
  5. local p = game.Players.LocalPlayer
  6. local char = p.Character
  7. local larm = char["Left Arm"]
  8. local rarm = char["Right Arm"]
  9. local lleg = char["Left Leg"]
  10. local rleg = char["Right Leg"]
  11. local hed = char.Head
  12. local torso = char.Torso
  13. local hum = char.Humanoid
  14. local weld = Instance.new("Weld",torso)
  15. weld.Part0 = torso
  16.  
  17. larm.Transparency = 1
  18. rarm.Transparency = 1
  19. lleg.Transparency = 1
  20. rleg.Transparency = 1
  21. hed.Transparency = 1
  22. torso.Transparency = 1
  23.  
  24.  
  25. local train = Instance.new("Part",torso)
  26. train.Anchored = true
  27. train.CanCollide = false
  28. train.Size = Vector3.new(5,5,5)
  29. train.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  30. weld.Part1 = train
  31. weld.C1 = CFrame.new(0,-1.5,0) * CFrame.Angles(0,math.rad(-0),0)
  32. train.Anchored = false
  33. local TrainMesh = Instance.new("SpecialMesh",train)
  34. TrainMesh.MeshType = Enum.MeshType.FileMesh
  35. TrainMesh.Scale = Vector3.new(0.40,0.40 ,0.40)
  36. TrainMesh.MeshId = "rbxassetid://430348199"
  37. TrainMesh.TextureId = "rbxassetid://979046226"
  38.  
  39. hum.WalkSpeed = 0;
  40.  
  41.  
  42. for i,v in pairs(char:GetChildren()) do
  43. if v:IsA("Part") then
  44. v.Transparency = 1;
  45. elseif v:IsA("Hat") then
  46. v:Destroy()
  47. elseif v:IsA("Model") then
  48. v:Destroy()
  49. end
  50. end
  51.  
  52.  
  53. local function SFX(id) local s=Instance.new("Sound",torso); s.SoundId = "rbxassetid://"..id; s.Volume = 999; return s; end
  54. train.Touched:connect(function(p)
  55. if p.Parent then
  56. if p.Parent:IsA("Model") then
  57. if game.Players:FindFirstChild(p.Parent.Name) then
  58. if p.Parent.Name ~= game.Players.LocalPlayer.Name then
  59. game.Players:FindFirstChild(p.Parent.Name).Character:BreakJoints()
  60. local Whistle = SFX(149293645)
  61. Whistle:Play()
  62. end
  63. end
  64. end
  65. end
  66. end)
  67.  
  68. local Music = SFX(0)
  69. Music.Looped = true;
  70. wait(1)
  71. Music:Play();
  72.  
  73. local particleemitter = Instance.new("ParticleEmitter", torso)
  74. particleemitter.Texture = "http://www.roblox.com/asset/?id=0"
  75. particleemitter.VelocitySpread = 180
  76. particleemitter.Lifetime = NumberRange.new(5)
  77. particleemitter.Speed = NumberRange.new(6)
  78. particleemitter.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 5)})
  79. particleemitter.RotSpeed = NumberRange.new(-55, 55)
  80. particleemitter.Rate = 150
  81. particleemitter.Rotation = NumberRange.new(-55, 55)
  82. particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(0.7, 0.9), NumberSequenceKeypoint.new(1, 1)})
  83. particleemitter.LightEmission = 0
  84. particleemitter.Color = ColorSequence.new(Color3.new(255,255,255), Color3.new(255,255,255)) --Color here
  85.  
  86.  
  87.  
  88. local plr = game.Players.LocalPlayer
  89. local chr = plr.Character
  90. local maus = plr:GetMouse()
  91. local PGui=plr.PlayerGui
  92. local lleg = chr["Left Leg"]
  93. local rleg = chr["Right Leg"]
  94. local larm = chr["Left Arm"]
  95. local rarm = chr["Right Arm"]
  96. local hed = chr.Head
  97. local rutprt = chr.HumanoidRootPart
  98. local torso = chr.Torso
  99. local pseudohead=hed:Clone()
  100. for i,x in pairs(pseudohead:GetChildren()) do if not x.ClassName:find('Mesh') then x:Destroy() end end
  101. pseudohead.Name='PseudoHead'
  102. pseudohead.Parent=chr.Head
  103. local pseudoweld=Instance.new('Weld',torso)
  104. pseudoweld.Part0=hed
  105. pseudoweld.Name='PseudoHeadWeld'
  106. pseudoweld.Part1=pseudohead
  107. hed.Transparency=1
  108. for i,x in pairs(chr:GetChildren()) do
  109. if x:IsA'HHat' then x:destroy'' end end
  110. for i,x in pairs(chr:GetChildren()) do
  111. for a,v in pairs(x:GetChildren()) do
  112. if v:IsA'CharacterMesh' then v:destroy''
  113. end
  114. end
  115. end
  116.  
  117. -- Objects
  118.  
  119. local ScreenGui = Instance.new("ScreenGui")
  120. local TextButton = Instance.new("TextButton")
  121.  
  122. -- Properties
  123.  
  124. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  125.  
  126. TextButton.Parent = ScreenGui
  127. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  128. TextButton.Size = UDim2.new(0, 200, 0, 50)
  129. TextButton.Font = Enum.Font.SourceSans
  130. TextButton.FontSize = Enum.FontSize.Size14
  131. TextButton.Text = "horror14"
  132. TextButton.TextSize = 14
  133.  
  134. --[[Function/s being made!]]
  135. function PlayMusic(ID)
  136. for i, v in pairs (game.Workspace:GetChildren()) do
  137. if v:IsA("Sound") then
  138. end
  139. end
  140. local music = Instance.new("Sound")
  141. local asset = "rbxassetid://"
  142. music.SoundId = asset .. ID
  143. music.Parent = workspace
  144. music.Volume = 999
  145. music.Looped = false
  146. music:Play()
  147. end
  148. --[[Connecting functions!]]
  149. TextButton.MouseButton1Down:connect(function()
  150. PlayMusic(153095375)
  151. end)
  152.  
  153. --This is a localscript; you will need to have access to using scripts wherever you want this
  154. p = game:GetService('Players').LocalPlayer if p.Character then if p.Character:FindFirstChild('Humanoid') then p.Character.Humanoid.MaxHealth = math.huge end end
  155.  
  156. bin=Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  157. bin.Name = "Scp-173"
  158.  
  159. function teleportPlayer(pos)
  160.  
  161. local player = game.Players.LocalPlayer
  162. if player == nil or player.Character == nil then return end
  163.  
  164. local char = player.Character
  165.  
  166. char:MoveTo(pos)
  167.  
  168. end
  169.  
  170.  
  171. enabled = true
  172. function onButton1Down(mouse)
  173. if not enabled then
  174. return
  175. end
  176.  
  177. local player = game.Players.LocalPlayer
  178. if player == nil then return end
  179. local cf = mouse.Hit
  180. teleportPlayer(cf.p)
  181.  
  182. end
  183.  
  184. function onSelected(mouse)
  185. mouse.Icon = "rbxassetUndecided/textures\\ArrowCursor.png"
  186. PlayMusic(150185006)
  187. mouse.Button1Down:connect(function() onButton1Down(mouse) end)
  188. end
  189.  
  190. bin.Selected:connect(onSelected)
  191.  
  192. local hopperbinthree = Instance.new("HopperBin")
  193. hopperbinthree.BinType = "Clone"
  194. hopperbinthree.Parent = game.Players.Anyhernndez2006.Backpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement