Advertisement
Hex4rr

R15 Make People Think They're Insane Script

May 1st, 2020
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. -- R15 Version of the "Make People Think Theyre Insane" Script! --
  2. -- Change Times Down Below --
  3. -- SCRIPT MADE BY HEX4RR --
  4.  
  5. -- Messages --
  6.  
  7. spawn(function()
  8. local message = Instance.new("Message",workspace)
  9. message.Text = "You'll have to wait 60 seconds before the script starts. You can change that in the script below"
  10. wait(3)
  11. message:Destroy()
  12. end)
  13.  
  14. -- Functinos --
  15.  
  16. local function RightHandDissapear()
  17. game.Players.LocalPlayer.Character.RightHand:Destroy()
  18. end
  19.  
  20. local function RightLowerArmDissapear()
  21. game.Players.LocalPlayer.Character.RightLowerArm:Destroy()
  22. end
  23.  
  24. local function RightUpperArmDissapear()
  25. game.Players.LocalPlayer.Character.RightUpperArm:Destroy()
  26. end
  27.  
  28. local function LeftHandDissapear()
  29. game.Players.LocalPlayer.Character.LeftHand:Destroy()
  30. end
  31.  
  32. local function LeftLowerArmDissapear()
  33. game.Players.LocalPlayer.Character.LeftLowerArm:Destroy()
  34. end
  35.  
  36. local function LeftUpperArmDissapear()
  37. game.Players.LocalPlayer.Character.LeftUpperArm:Destroy()
  38. end
  39.  
  40. local function RightFootDissapear()
  41. game.Players.LocalPlayer.Character.RightFoot:Destroy()
  42. end
  43.  
  44. local function RightLowerLegDissapear()
  45. game.Players.LocalPlayer.Character.RightLowerLeg:Destroy()
  46. end
  47.  
  48. local function RightUpperLegDissapear()
  49. game.Players.LocalPlayer.Character.RightUpperLeg:Destroy()
  50. end
  51.  
  52. local function LeftFootDissapear()
  53. game.Players.LocalPlayer.Character.LeftFoot:Destroy()
  54. end
  55.  
  56. local function LeftLowerLegDissapear()
  57. game.Players.LocalPlayer.Character.LeftLowerLeg:Destroy()
  58. end
  59.  
  60. local function LeftUpperLegDissapear()
  61. game.Players.LocalPlayer.Character.LeftUpperLeg:Destroy()
  62. end
  63.  
  64. -- Function Activations --
  65. wait(60)
  66.  
  67. RightHandDissapear()
  68.  
  69. wait(60)
  70.  
  71. RightLowerArmDissapear()
  72.  
  73. wait(60)
  74.  
  75. RightUpperArmDissapear()
  76.  
  77. wait(100)
  78.  
  79. LeftHandDissapear()
  80.  
  81. wait(100)
  82.  
  83. LeftLowerArmDissapear()
  84.  
  85. wait(120)
  86.  
  87. LeftUpperArmDissapear()
  88.  
  89. wait(60)
  90.  
  91. RightFootDissapear()
  92.  
  93. wait(90)
  94.  
  95. RightLowerLegDissapear()
  96.  
  97. wait(120)
  98.  
  99. RightUpperLegDissapear()
  100.  
  101. wait(90)
  102.  
  103. LeftFootDissapear()
  104.  
  105. wait(60)
  106.  
  107. LeftLowerLegDissapear()
  108.  
  109. wait(30)
  110.  
  111. LeftUpperLegDissapear()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement