Advertisement
kikreer

Roblox Studio Scripts

Nov 30th, 2019
6,135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.66 KB | None | 0 0
  1. BrickColor BASEPLATE. Roblox studio script
  2.  
  3.  
  4. local bp = game.Workspace.Baseplate
  5.  
  6. bp.Brickcolor = BrickColor.your color()                   or  
  7.                                                          
  8.  
  9.                                                       game.Workspace.Baseplate.Brickcolor = Brickcolor.your color()
  10. Transparency script BASEPLATE.
  11.  
  12. local bp = game.Workspace.Baseplate
  13.  
  14. bp.Transparency = from 0 to 1                    
  15.                                                  or                      
  16.  
  17.                                                                           game.Workspace.Baseplate.Transparency = from 0 to 1
  18.  
  19. By Kikreer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement