Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Nani Script--
- local Camera = game.Workspace.Camera
- wait(1)
- Camera.FieldOfView = 10
- Camera.HeadScale = 9
- --Music thingy--
- local s = Instance.new("Sound")
- s.Name = "Sound"
- s.SoundId = "http://www.roblox.com/asset/?id=1255922819" --You can change the id here to whatever you want!
- s.Volume = 1000
- s.Pitch = 1
- s.Looped = false
- s.archivable = false
- s.Parent = game.Workspace
- wait(0)
- s:play()
- ---Begin of sound script and others---
- wait(4)
- Camera.FieldOfView = 70
- Camera.HeadScale = 1
- --------------------------------
- expld = Instance.new("Explosion", Workspace)
- expld.BlastRadius = 10000000
- expld.BlastPressure = 10000000000000
- expld.Position = Workspace.LocalPlayer.Head.Position
- print("By MajorLeagueGamingHax!")
- wait(2)
- print("By MajorLeagueGamingHax!")
- wait(2)
- print("By MajorLeagueGamingHax!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement