ManlyMemeScripter

Little big planet Script

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