Advertisement
RyanDaCoder

Part Reflectance

Jul 21st, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. local a = Instance.new("Part")
  2. a.Name = "TV"
  3. a.Anchored = true
  4. a.CanCollide = false
  5. a.Parent = game.Workspace
  6.  
  7. while true do
  8. game.Workspace.TV.Reflectance = 0.1
  9. wait(0.1)
  10. game.Workspace.TV.Reflectance = 0.2
  11. wait(0.1)
  12. game.Workspace.TV.Reflectance = 0.3
  13. wait(0.1)
  14. game.Workspace.TV.Reflectance = 0.4
  15. wait(0.1)
  16. game.Workspace.TV.Reflectance = 0.5
  17. wait(0.1)
  18. game.Workspace.TV.Reflectance = 0.6
  19. wait(0.1)
  20. game.Workspace.TV.Reflectance = 0.7
  21. wait(0.1)
  22. game.Workspace.TV.Reflectance = 0.8
  23. wait(0.1)
  24. game.Workspace.TV.Reflectance = 0.9
  25. wait(0.1)
  26. game.Workspace.TV.Reflectance = 0.8
  27. wait(0.1)
  28. game.Workspace.TV.Reflectance = 0.7
  29. wait(0.1)
  30. game.Workspace.TV.Reflectance = 0.6
  31. wait(0.1)
  32. game.Workspace.TV.Reflectance = 0.5
  33. wait(0.1)
  34. game.Workspace.TV.Reflectance = 0.4
  35. wait(0.1)
  36. game.Workspace.TV.Reflectance = 0.3
  37. wait(0.1)
  38. game.Workspace.TV.Reflectance = 0.2
  39. wait(0.1)
  40. game.Workspace.TV.Reflectance = 0.1
  41. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement