Advertisement
ManlyMemeScripter

We are ogres

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