Advertisement
lundofett

Untitled

May 15th, 2020
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. print(game.Workspace.Gravity)
  2. print(game.Players.RespawnTime)
  3. print(game.Lighting.Ambient)
  4. print(game.Lighting.Brightness)
  5. print(game.Lighting.ColorShift_Bottom)
  6. print(game.Lighting.ColorShift_Top)
  7. print(game.Lighting.OutdoorAmbient)
  8. print(game.Lighting.ClockTime)
  9. print(game.Lighting.GeographicLatitude)
  10. print(game.Lighting.ExposureCompensation)
  11. print(game.Lighting.FogColor)
  12. print(game.Lighting.FogEnd)
  13. print(game.Lighting.FogStart)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement