Advertisement
DylanD2003

Untitled

Aug 10th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. --Some nasty seizure scripts (By Rufus14)
  2. screen = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  3. frame = Instance.new("Frame", screen)
  4. frame.Size = UDim2.new(1,0 , 1,0)
  5. frame.BackgroundTransparency = 0.4
  6. frame.BackgroundColor3 = Color3.new(1,0,0)
  7. game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 * CFrame.Angles(0,0,math.random(-1,1))
  8. game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,math.random(-1,1))
  9. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
  10. local SEIZURETIME = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso)
  11. SEIZURETIME.SoundId = "rbxassetid://647143830"
  12. SEIZURETIME.Looped = true
  13. SEIZURETIME:Play()
  14. SEIZURETIME.Volume = 50
  15. end
  16. game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  17. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"SEIZURE TIME!!!","Red")
  18. game.Players.LocalPlayer.Character.Humanoid.Health = math.random(1,100)
  19. game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.Angles(math.random(-1,1),0,0)
  20. game.Players.LocalPlayer.Character.Torso["Left Hip"].C0 = game.Players.LocalPlayer.Character.Torso["Left Hip"].C0 * CFrame.Angles(0,0,math.random(-1,1))
  21. game.Players.LocalPlayer.Character.Torso["Right Hip"].C0 = game.Players.LocalPlayer.Character.Torso["Right Hip"].C0 * CFrame.Angles(0,0,math.random(-1,1))
  22. game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 * CFrame.Angles(0,0,math.random(-1,1))
  23. game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,math.random(-1,1))
  24. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement