Advertisement
MateoRivera13

Script De como hacer un bloque que cambie de color y ect

Feb 18th, 2020
472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. wait(0.5) --modificar si quieres el tiempo--
  2.  
  3. script.Parent.BrickColor = BrickColor.new("Mint") --modificar si quieres el color--
  4.  
  5. wait(1) --modificar si quieres el tiempo--
  6.  
  7. script.Parent.Reflectance = 0.5 --modificar si quieres lo reflectante--
  8.  
  9. wait(1) --modificar si quieres el tiempo--
  10.  
  11. script.Parent.Transparency = 0.2
  12.  
  13. wait(0.7) --modificar si quieres el tiempo--
  14.  
  15. script.Parent.Material = ("Glass") --modificar si quieres el material--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement