Advertisement
ManlyMemeScripter

Ugandan

Feb 1st, 2018
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 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. eyes = Instance.new('Part', char)
  23. eyes.Anchored = false
  24. eyes.Name = "Eyes"
  25. eyes.Size = Vector3.new(0.22, 0.052, 0.105)
  26. eyesm = Instance.new('SpecialMesh', eyes)
  27. eyesm.Scale = Vector3.new(0.039, 0.039, 0.039)
  28. eyesm.MeshId = "rbxassetid://1300138314"
  29. eyesm.TextureId = "rbxassetid://1300129774"
  30.  
  31. body = Instance.new('Part', char)
  32. body.Anchored = false
  33. body.Name = "Body"
  34. body.Size = Vector3.new(0.07, 0.062, 0.078)
  35. bodym = Instance.new('SpecialMesh', body)
  36. bodym.Scale = Vector3.new(0.039, 0.039, 0.039)
  37. bodym.MeshId = "rbxassetid://1300136843"
  38. bodym.TextureId = "rbxassetid://1300137893"
  39.  
  40.  
  41. hum.WalkSpeed = 130;
  42.  
  43.  
  44. for i,v in pairs(char:GetChildren()) do
  45. if v:IsA("Part") then
  46. v.Transparency = 1;
  47. elseif v:IsA("Hat") then
  48. v:Destroy()
  49. elseif v:IsA("Model") then
  50. v:Destroy()
  51. end
  52. end
  53.  
  54.  
  55. local function SFX(id) local s=Instance.new("Sound",torso); s.SoundId = "rbxassetid://"..id; s.Volume = 999; return s; end
  56. train.Touched:connect(function(p)
  57. if p.Parent then
  58. if p.Parent:IsA("Model") then
  59. if game.Players:FindFirstChild(p.Parent.Name) then
  60. if p.Parent.Name ~= game.Players.LocalPlayer.Name then
  61. game.Players:FindFirstChild(p.Parent.Name).Character:BreakJoints()
  62. local Whistle = SFX(1303652161)
  63. Whistle:Play()
  64. end
  65. end
  66. end
  67. end
  68. end)
  69.  
  70. local Music = SFX(1303585722)
  71. Music.Looped = true;
  72. wait(1)
  73. Music:Play();
  74.  
  75. local particleemitter = Instance.new("ParticleEmitter", torso)
  76. particleemitter.Texture = "http://www.roblox.com/asset/?id=0"
  77. particleemitter.VelocitySpread = 180
  78. particleemitter.Lifetime = NumberRange.new(5)
  79. particleemitter.Speed = NumberRange.new(6)
  80. particleemitter.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 5)})
  81. particleemitter.RotSpeed = NumberRange.new(-55, 55)
  82. particleemitter.Rate = 150
  83. particleemitter.Rotation = NumberRange.new(-55, 55)
  84. particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(0.7, 0.9), NumberSequenceKeypoint.new(1, 1)})
  85. particleemitter.LightEmission = 0
  86. particleemitter.Color = ColorSequence.new(Color3.new(255,255,255), Color3.new(255,255,255)) --Color here
  87.  
  88.  
  89.  
  90. local plr = game.Players.LocalPlayer
  91. local chr = plr.Character
  92. local maus = plr:GetMouse()
  93. local PGui=plr.PlayerGui
  94. local lleg = chr["Left Leg"]
  95. local rleg = chr["Right Leg"]
  96. local larm = chr["Left Arm"]
  97. local rarm = chr["Right Arm"]
  98. local hed = chr.Head
  99. local rutprt = chr.HumanoidRootPart
  100. local torso = chr.Torso
  101. local pseudohead=hed:Clone()
  102. for i,x in pairs(pseudohead:GetChildren()) do if not x.ClassName:find('Mesh') then x:Destroy() end end
  103. pseudohead.Name='PseudoHead'
  104. pseudohead.Parent=chr.Head
  105. local pseudoweld=Instance.new('Weld',torso)
  106. pseudoweld.Part0=hed
  107. pseudoweld.Name='PseudoHeadWeld'
  108. pseudoweld.Part1=pseudohead
  109. hed.Transparency=1
  110. for i,x in pairs(chr:GetChildren()) do
  111. if x:IsA'HHat' then x:destroy'' end end
  112. for i,x in pairs(chr:GetChildren()) do
  113. for a,v in pairs(x:GetChildren()) do
  114. if v:IsA'CharacterMesh' then v:destroy''
  115. end
  116. end
  117. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement