Advertisement
Theskyler900

Triggered kid script

Aug 16th, 2017
527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. --loadstring(game:GetObjects("rbxassetid://382365669")[1].Source)()
  2.  
  3. local msg = Instance.new("Message",workspace)
  4. msg.Text = "Triggered Kid script By PaintfulfreeMLG (Edit of noot noot) Prees the button "IM TRIGGERED!" for start"
  5. wait(2)
  6. msg:Destroy()
  7. local didpingu = false
  8. local ScreenGui = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
  9. ScreenGui.Name = "nooties"
  10. local asd = Instance.new("TextButton",ScreenGui)
  11. asd.BackgroundColor3 = Color3.new(0,0,0)
  12. asd.BorderColor3 = Color3.new(0,0,0)
  13. asd.Name = "nooties"
  14. asd.Position = UDim2.new(1,-150,1,-90)
  15. asd.Size = UDim2.new(0,150,0,45)
  16. asd.Font = "SourceSansBold"
  17. asd.FontSize = "Size32"
  18. asd.Text = "IM TRIGGERED!"
  19. asd.TextColor3 = Color3.new(255,255,255)
  20. asd.MouseButton1Down:connect(function()
  21. Victim = game.Players["LocalPlayer"]
  22. Victim = Victim.Character
  23. o1 = Instance.new("Sound")
  24. o1.Parent = Victim.Head
  25. o1.SoundId = "rbxassetid://429400881"
  26. o1:Play()
  27. o1 = Instance.new("Sound")
  28. o1.Name = "SoundofPain"
  29. o1.Parent = Victim.Head
  30. o1.Volume = 3
  31. o1.SoundId = "rbxassetid://606862847"
  32. o1:Play()
  33. Victim.Head.face.Texture = "http://www.roblox.com/asset/?id=412416747"
  34. Victim.Head.BrickColor = BrickColor.New("Maroon")
  35. for i=1, 10 do
  36. wait(.1)
  37. Victim.Head.Size = Victim.Head.Size *1.3
  38. end
  39. g = Instance.new("Explosion")
  40. g.Parent = workspace
  41. g.Position = Victim.Head.Position
  42. g.BlastRadius = 200
  43. g.BlastPressure = 100000
  44. PS33 = Instance.new("Sound")
  45. PS33.Name = "Boom"
  46. PS33.Parent = workspace
  47. PS33.SoundId = "rbxassetid://165969964"
  48. PS33.Volume = 10
  49. PS33:Play()
  50. Victim.Head:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement