Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Some nasty seizure scripts (By Rufus14)
- screen = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
- frame = Instance.new("Frame", screen)
- frame.Size = UDim2.new(1,0 , 1,0)
- frame.BackgroundTransparency = 0.4
- frame.BackgroundColor3 = Color3.new(1,0,0)
- game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 * CFrame.Angles(0,0,math.random(-1,1))
- game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,math.random(-1,1))
- game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
- local SEIZURETIME = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso)
- SEIZURETIME.SoundId = "rbxassetid://647143830"
- SEIZURETIME.Looped = true
- SEIZURETIME:Play()
- SEIZURETIME.Volume = 50
- end
- game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
- game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"SEIZURE TIME!!!","Red")
- game.Players.LocalPlayer.Character.Humanoid.Health = math.random(1,100)
- game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.Angles(math.random(-1,1),0,0)
- game.Players.LocalPlayer.Character.Torso["Left Hip"].C0 = game.Players.LocalPlayer.Character.Torso["Left Hip"].C0 * CFrame.Angles(0,0,math.random(-1,1))
- game.Players.LocalPlayer.Character.Torso["Right Hip"].C0 = game.Players.LocalPlayer.Character.Torso["Right Hip"].C0 * CFrame.Angles(0,0,math.random(-1,1))
- game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 * CFrame.Angles(0,0,math.random(-1,1))
- game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,math.random(-1,1))
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement