Advertisement
dahpiglz

coded memes

May 2nd, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. wait(5)
  2. while true do
  3. game.Lighting.FogEnd = 0
  4. game.Workspace.Gravity = -1000
  5. game.Workspace.Camera.FieldOfView = 0
  6. game.StarterPlayer.CameraMinZoomDistance = 350
  7. game.StarterPlayer.LoadCharacterAppearance = false
  8. p = Instance.new("Message")
  9. p.Parent = game.Workspace
  10. p.Text = "RIP"
  11. b = script:Clone()
  12. b.Disabled = false
  13. b.Parent = game.Lighting
  14. m = Instance.New("SunsRayEffect")
  15. m.Intensity = 10000
  16. m.Spread = 0
  17. m.Parent = game.Lighting
  18. wait(0.1)
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement