Advertisement
MajorLeagueGamingHax

Nani script

Dec 31st, 2017
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.84 KB | None | 0 0
  1. --Nani Script--
  2.  
  3. local Camera = game.Workspace.Camera
  4.  
  5. wait(1)
  6.  
  7. Camera.FieldOfView = 10
  8.  
  9. Camera.HeadScale = 9
  10.  
  11. --Music thingy--
  12.  
  13. local s = Instance.new("Sound")
  14.  
  15. s.Name = "Sound"
  16. s.SoundId = "http://www.roblox.com/asset/?id=1255922819" --You can change the id here to whatever you want!
  17. s.Volume = 1000
  18. s.Pitch = 1
  19. s.Looped = false
  20. s.archivable = false
  21.  
  22. s.Parent = game.Workspace
  23.  
  24. wait(0)
  25.  
  26. s:play()
  27.  
  28. ---Begin of sound script and others---
  29.  
  30. wait(4)
  31.  
  32. Camera.FieldOfView = 70
  33.  
  34.  
  35. Camera.HeadScale = 1
  36.  
  37. --------------------------------
  38.  
  39. expld = Instance.new("Explosion", Workspace)
  40. expld.BlastRadius = 10000000
  41. expld.BlastPressure = 10000000000000
  42. expld.Position = Workspace.LocalPlayer.Head.Position
  43. print("By MajorLeagueGamingHax!")
  44. wait(2)
  45. print("By MajorLeagueGamingHax!")
  46. wait(2)
  47. print("By MajorLeagueGamingHax!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement