Advertisement
Theskyler900

MICHEAL P IN AN NUTHSEEL XD

Aug 12th, 2017
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.69 KB | None | 0 0
  1. --AHHHHHH! huh oh, oh yea, an troll script xD enjoy trolling all
  2.  
  3. local BC = char["Body Colors"]
  4.     BC.HeadColor = BrickColor.new("Bright yellow")
  5.     BC.LeftArmColor = BrickColor.new("Bright yellow")
  6.     BC.LeftLegColor = BrickColor.new("Br. yellowish green")
  7.     BC.RightArmColor = BrickColor.new("Bright yellow")
  8.     BC.RightLegColor = BrickColor.new("Br. yellowish green")
  9.     BC.TorsoColor = BrickColor.new("Bright bluish green")
  10.  
  11. char.Shirt.ShirtTemplate = "rbxassetid://"                                                                      
  12. char.Pants.PantsTemplate = "rbxassetid://"
  13.  
  14. Character = game.Players.LocalPlayer.Character
  15. Head = Character.Head
  16.  
  17. CV="Blue"
  18.     p = game.Players.LocalPlayer
  19.     char = p.Character
  20.     local txt = Instance.new("BillboardGui", char)
  21.     txt.Adornee = char .Head
  22.     txt.Name = "_status"
  23.     txt.Size = UDim2.new(2, 0, 1.2, 0)
  24.     txt.StudsOffset = Vector3.new(-9, 8, 0)
  25.     local text = Instance.new("TextLabel", txt)
  26.     text.Size = UDim2.new(10, 0, 7, 0)
  27.     text.FontSize = "Size24"
  28.     text.TextScaled = true
  29.     text.TextTransparency = 0
  30.     text.BackgroundTransparency = 1
  31.     text.TextTransparency = 0
  32.     text.TextStrokeTransparency = 0
  33.     text.Font = "Cartoon"
  34.     text.TextStrokeColor3 = Color3.new(0,0,.50)
  35.  
  36.     v=Instance.new("Part")
  37.     v.Name = "ColorBrick"
  38.     v.Parent=p.Character
  39.     v.FormFactor="Symmetric"
  40.     v.Anchored=true
  41.     v.CanCollide=false
  42.     v.BottomSurface="Smooth"
  43.     v.TopSurface="Smooth"
  44.     v.Size=Vector3.new(10,5,3)
  45.     v.Transparency=1
  46.     v.CFrame=char.Torso.CFrame
  47.     v.BrickColor=BrickColor.new(CV)
  48.     v.Transparency=1
  49.     text.TextColor3 = Color3.new(0,0,.50)
  50.     v.Shape="Block"
  51.     text.Text = "Micheal_P"
  52.  
  53. game.Players.LocalPlayer.Character.Animate:destroy()
  54. game.Players.LocalPlayer.Character.Humanoid.CameraOffset = game.Players.LocalPlayer.Character.Humanoid.CameraOffset + Vector3.new(0,12,0)
  55. truss = Instance.new("TrussPart", game.Players.LocalPlayer.Character.Head)
  56. truss.Size = Vector3.new(30,1,1)
  57. truss.Anchored = true
  58. truss.CanCollide = true
  59. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new(0,0,12)
  60. truss.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  61. truss.Position = truss.Position + Vector3.new(0,8,0)
  62. truss.Anchored = true
  63. game.Players.LocalPlayer.Character.Torso.Anchored = true
  64. wait(3)
  65. micheal = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  66. micheal.SoundId = "rbxassetid://626777433"
  67. micheal.Volume = 30
  68. micheal:Play()
  69. wait(1.5)
  70. game.Players.LocalPlayer.Character.Humanoid.CameraOffset = game.Players.LocalPlayer.Character.Humanoid.CameraOffset - Vector3.new(0,12,0)
  71. game.Players.LocalPlayer.Character.Torso.Anchored = false
  72. vel = Instance.new("BodyThrust", game.Players.LocalPlayer.Character.Torso)
  73. vel.Force = Vector3.new(0,0,10000)wait(0.05)
  74. game.Players.LocalPlayer.Character.HumanoidRootPart:destroy()
  75. vel:destroy()
  76. while true do
  77.     wait()
  78.     game.Players.LocalPlayer.Character.Torso["Left Hip"].C0 = game.Players.LocalPlayer.Character.Torso["Left Hip"].C0 * CFrame.Angles(math.random(-0.9,0.9),math.random(-0.9,0.9),math.random(-0.9,0.9))
  79.     game.Players.LocalPlayer.Character.Torso["Right Hip"].C0 = game.Players.LocalPlayer.Character.Torso["Right Hip"].C0 * CFrame.Angles(math.random(-0.9,0.9),math.random(-0.9,0.9),math.random(-0.9,0.9))
  80.     game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(math.random(-0.9,0.9),math.random(-0.9,0.9),math.random(-0.9,0.9))
  81.     game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 * CFrame.Angles(math.random(-0.9,0.9),math.random(-0.9,0.9),math.random(-0.9,0.9))
  82. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement