Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- R15 Version of the "Make People Think Theyre Insane" Script! --
- -- Change Times Down Below --
- -- SCRIPT MADE BY HEX4RR --
- -- Messages --
- spawn(function()
- local message = Instance.new("Message",workspace)
- message.Text = "You'll have to wait 60 seconds before the script starts. You can change that in the script below"
- wait(3)
- message:Destroy()
- end)
- -- Functinos --
- local function RightHandDissapear()
- game.Players.LocalPlayer.Character.RightHand:Destroy()
- end
- local function RightLowerArmDissapear()
- game.Players.LocalPlayer.Character.RightLowerArm:Destroy()
- end
- local function RightUpperArmDissapear()
- game.Players.LocalPlayer.Character.RightUpperArm:Destroy()
- end
- local function LeftHandDissapear()
- game.Players.LocalPlayer.Character.LeftHand:Destroy()
- end
- local function LeftLowerArmDissapear()
- game.Players.LocalPlayer.Character.LeftLowerArm:Destroy()
- end
- local function LeftUpperArmDissapear()
- game.Players.LocalPlayer.Character.LeftUpperArm:Destroy()
- end
- local function RightFootDissapear()
- game.Players.LocalPlayer.Character.RightFoot:Destroy()
- end
- local function RightLowerLegDissapear()
- game.Players.LocalPlayer.Character.RightLowerLeg:Destroy()
- end
- local function RightUpperLegDissapear()
- game.Players.LocalPlayer.Character.RightUpperLeg:Destroy()
- end
- local function LeftFootDissapear()
- game.Players.LocalPlayer.Character.LeftFoot:Destroy()
- end
- local function LeftLowerLegDissapear()
- game.Players.LocalPlayer.Character.LeftLowerLeg:Destroy()
- end
- local function LeftUpperLegDissapear()
- game.Players.LocalPlayer.Character.LeftUpperLeg:Destroy()
- end
- -- Function Activations --
- wait(60)
- RightHandDissapear()
- wait(60)
- RightLowerArmDissapear()
- wait(60)
- RightUpperArmDissapear()
- wait(100)
- LeftHandDissapear()
- wait(100)
- LeftLowerArmDissapear()
- wait(120)
- LeftUpperArmDissapear()
- wait(60)
- RightFootDissapear()
- wait(90)
- RightLowerLegDissapear()
- wait(120)
- RightUpperLegDissapear()
- wait(90)
- LeftFootDissapear()
- wait(60)
- LeftLowerLegDissapear()
- wait(30)
- LeftUpperLegDissapear()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement