Advertisement
H3VL

ragen button

Dec 11th, 2017
583
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local RAGE = Instance.new("TextButton")
  5.  
  6. -- Properties
  7.  
  8. ScreenGui.Parent = game.StarterGui
  9.  
  10. RAGE.Name = "RAGE"
  11. RAGE.Parent = ScreenGui
  12. RAGE.BackgroundColor3 = Color3.new(1, 1, 1)
  13. RAGE.Draggable = true
  14. RAGE.Position = UDim2.new(0.475347638, 0, 0.195652172, 0)
  15. RAGE.Size = UDim2.new(0, 200, 0, 50)
  16. RAGE.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  17. RAGE.Font = Enum.Font.SourceSansSemibold
  18. RAGE.FontSize = Enum.FontSize.Size14
  19. RAGE.Text = "Shedletskys RAGE"
  20. RAGE.TextScaled = true
  21. RAGE.TextSize = 14
  22. RAGE.TextWrapped = true
  23. RAGE.MouseButton1Down:connect(function()
  24. for i,v in pairs (game.Players:GetChildren()) do
  25. game.Players.LocalPlayer.Character.Head.face:Destroy()
  26. local decal = Instance.new("Decal")
  27. decal.Texture = "http://www.roblox.com/asset/?id=185636445"
  28. decal.Parent = game.Players.LocalPlayer.Character.Head
  29. local korblox_deathspeaker_right_leg = Instance.new("CharacterMesh")
  30. korblox_deathspeaker_right_leg.Name = "Korblox Deathspeaker Right Leg"
  31. korblox_deathspeaker_right_leg.OverlayTextureId = 101851254
  32. korblox_deathspeaker_right_leg.MeshId = 101851696
  33. korblox_deathspeaker_right_leg.BodyPart = Enum.BodyPart.RightLeg
  34. korblox_deathspeaker_right_leg.Parent = game.Players.LocalPlayer.Character
  35. local korblox_deathspeaker_left_arm = Instance.new("CharacterMesh")
  36. korblox_deathspeaker_left_arm.Name = "Korblox Deathspeaker Left Arm"
  37. korblox_deathspeaker_left_arm.OverlayTextureId = 101851254
  38. korblox_deathspeaker_left_arm.MeshId = 101851531
  39. korblox_deathspeaker_left_arm.BodyPart = Enum.BodyPart.LeftArm
  40. korblox_deathspeaker_left_arm.Parent = game.Players.LocalPlayer.Character
  41. local right = Instance.new("CharacterMesh")
  42. right.BodyPart = Enum.BodyPart.RightArm
  43. right.Name = "Right"
  44. right.MeshId = 27111864
  45. right.Parent = game.Players.LocalPlayer.Character
  46. local torso = Instance.new("CharacterMesh")
  47. torso.BodyPart = Enum.BodyPart.Torso
  48. torso.Name = "Torso"
  49. torso.MeshId = 27111894
  50. torso.Parent = game.Players.LocalPlayer.Character
  51. local left_leg = Instance.new("CharacterMesh")
  52. left_leg.BodyPart = Enum.BodyPart.LeftLeg
  53. left_leg.Name = "Left Leg"
  54. left_leg.MeshId = 27111857
  55. left_leg.Parent = game.Players.LocalPlayer.Character
  56. end
  57. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement