Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Enjoy!--
- wait(1)
- print("Loaded!")
- wait(7)
- local Camera = game.Workspace.Camera
- Camera.FieldOfView = 10
- Camera.HeadLocked = false
- Camera.HeadScale = 100
- --Music Script--
- local s = Instance.new("Sound")
- s.Name = "Sound"
- s.SoundId = "http://www.roblox.com/asset/?id=322036727"
- s.Volume = 1000
- s.Pitch = 1
- s.Looped = false
- s.archivable = false
- s.Parent = game.Workspace
- wait(0)
- s:play()
- --credits--
- print("By MajorLeagueGamingHax")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement