Advertisement
Laksana

Untitled

Mar 30th, 2018
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. gui1=Instance.new("BillboardGui")
  2. gui1.Parent= game.Workspace.LocalPlayer.Head
  3. gui1.Adornee= game.Workspace.LocalPlayer.Head
  4. gui1.Size=UDim2.new(14,14,14,14)
  5. gui1.StudsOffset=Vector3.new(0,0,0)
  6. gui1.AlwaysOnTop = true
  7. text1=Instance.new("ImageLabel")
  8. text1.Image = "http://www.roblox.com/asset/?id=157979926" --[[Face Image Source (If you wish to change the face to a different decal put it in there]]
  9. text1.Size=UDim2.new(1,0,1,0)
  10. text1.Position=UDim2.new(0,0,0,0)
  11. text1.BackgroundTransparency = 1
  12. text1.Parent=gui1
  13.  
  14. --{{Made by Strazos}}--
  15.  
  16. local p = game.Players.LocalPlayer
  17. local char = p.Character
  18. local larm = char["Left Arm"]
  19. local rarm = char["Right Arm"]
  20. local lleg = char["Left Leg"]
  21. local rleg = char["Right Leg"]
  22. local hed = char.Head
  23. local torso = char.Torso
  24. local hum = char.Humanoid
  25. local weld = Instance.new("Weld",torso)
  26. weld.Part0 = torso
  27.  
  28. larm.Transparency = 1
  29. rarm.Transparency = 1
  30. lleg.Transparency = 1
  31. rleg.Transparency = 1
  32. hed.Transparency = 1
  33. torso.Transparency = 1
  34.  
  35.  
  36. local train = Instance.new("Part",torso)
  37. train.Anchored = true
  38. train.CanCollide = false
  39. train.Size = Vector3.new(5,5,5)
  40. train.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  41. weld.Part1 = train
  42. weld.C1 = CFrame.new(0,-4.5,0) * CFrame.Angles(0,math.rad(0),0)
  43. train.Anchored = false
  44. local TrainMesh = Instance.new("SpecialMesh",train)
  45. TrainMesh.MeshType = Enum.MeshType.FileMesh
  46. TrainMesh.Scale = Vector3.new(0.60, 0.60, 0.60)
  47. TrainMesh.MeshId = "rbxassetid://1"
  48. TrainMesh.TextureId = "rbxassetid://1"
  49.  
  50. hum.WalkSpeed = 140;
  51.  
  52.  
  53. for i,v in pairs(char:GetChildren()) do
  54. if v:IsA("Part") then
  55. v.Transparency = 1;
  56. elseif v:IsA("Hat") then
  57. v:Destroy()
  58. elseif v:IsA("Model") then
  59. v:Destroy()
  60. end
  61. end
  62.  
  63.  
  64. local function SFX(id) local s=Instance.new("Sound",torso); s.SoundId = "rbxassetid://"..id; s.Volume = 999; return s; end
  65. train.Touched:connect(function(p)
  66. if p.Parent then
  67. if p.Parent:IsA("Model") then
  68. if game.Players:FindFirstChild(p.Parent.Name) then
  69. if p.Parent.Name ~= game.Players.LocalPlayer.Name then
  70. game.Players:FindFirstChild(p.Parent.Name).Character:BreakJoints()
  71. local Whistle = SFX(135557803)
  72. Whistle:Play()
  73. end
  74. end
  75. end
  76. end
  77. end)
  78.  
  79. local Music = SFX(149573450)
  80. Music.Looped = true;
  81. wait(1)
  82. Music:Play();
  83.  
  84. local particleemitter = Instance.new("ParticleEmitter", torso)
  85. particleemitter.Texture = "http://www.roblox.com/asset/?id=0"
  86. particleemitter.VelocitySpread = 180
  87. particleemitter.Lifetime = NumberRange.new(5)
  88. particleemitter.Speed = NumberRange.new(6)
  89. particleemitter.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 5)})
  90. particleemitter.RotSpeed = NumberRange.new(-55, 55)
  91. particleemitter.Rate = 150
  92. particleemitter.Rotation = NumberRange.new(-55, 55)
  93. particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(0.7, 0.9), NumberSequenceKeypoint.new(1, 1)})
  94. particleemitter.LightEmission = 0
  95. particleemitter.Color = ColorSequence.new(Color3.new(255,255,255), Color3.new(255,255,255)) --Color here
  96.  
  97.  
  98.  
  99. local plr = game.Players.LocalPlayer
  100. local chr = plr.Character
  101. local maus = plr:GetMouse()
  102. local PGui=plr.PlayerGui
  103. local lleg = chr["Left Leg"]
  104. local rleg = chr["Right Leg"]
  105. local larm = chr["Left Arm"]
  106. local rarm = chr["Right Arm"]
  107. local hed = chr.Head
  108. local rutprt = chr.HumanoidRootPart
  109. local torso = chr.Torso
  110. local pseudohead=hed:Clone()
  111. for i,x in pairs(pseudohead:GetChildren()) do if not x.ClassName:find('Mesh') then x:Destroy() end end
  112. pseudohead.Name='PseudoHead'
  113. pseudohead.Parent=chr.Head
  114. local pseudoweld=Instance.new('Weld',torso)
  115. pseudoweld.Part0=hed
  116. pseudoweld.Name='PseudoHeadWeld'
  117. pseudoweld.Part1=pseudohead
  118. hed.Transparency=1
  119. for i,x in pairs(chr:GetChildren()) do
  120. if x:IsA'HHat' then x:destroy'' end end
  121. for i,x in pairs(chr:GetChildren()) do
  122. for a,v in pairs(x:GetChildren()) do
  123. if v:IsA'CharacterMesh' then v:destroy''
  124. end
  125. end
  126. end
  127.  
  128. -- Objects
  129.  
  130. local ScreenGui = Instance.new("ScreenGui")
  131. local TextButton = Instance.new("TextButton")
  132.  
  133. -- Properties
  134.  
  135. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  136.  
  137. TextButton.Parent = ScreenGui
  138. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  139. TextButton.Size = UDim2.new(0, 200, 0, 50)
  140. TextButton.Font = Enum.Font.SourceSans
  141. TextButton.FontSize = Enum.FontSize.Size14
  142. TextButton.Text = "step it up!!1!1"
  143. TextButton.TextSize = 14
  144.  
  145. --[[Function/s being made!]]
  146. function PlayMusic(ID)
  147. for i, v in pairs (game.Workspace:GetChildren()) do
  148. if v:IsA("Sound") then
  149. end
  150. end
  151. local music = Instance.new("Sound")
  152. local asset = "rbxassetid://"
  153. music.SoundId = asset .. ID
  154. music.Parent = workspace
  155. music.Volume = 999
  156. music.Looped = false
  157. music:Play()
  158. end
  159. --[[Connecting functions!]]
  160. TextButton.MouseButton1Down:connect(function()
  161. PlayMusic(136382097)
  162. end)
  163.  
  164. --This is a localscript; you will need to have access to using scripts wherever you want this
  165. p = game:GetService('Players').LocalPlayer if p.Character then if p.Character:FindFirstChild('Humanoid') then p.Character.Humanoid.MaxHealth = math.huge end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement