Advertisement
otorp2

roblox outline selection box

Jun 30th, 2017
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. --insert part, then adv object selection box, then this script
  2.  
  3. local box = script.Parent
  4. local Part = script.Parent.Parent
  5.  
  6. box.LineThickness = .05
  7. box.Adornee = Part
  8. box.Color = BrickColor.new("Black")
  9.  
  10. --while true do
  11. --wait(0.1)
  12. --box.Adornee = Part
  13. --box.Color = BrickColor.new("Bright violet")
  14.  
  15. --wait(0.1)
  16. --box.Color = BrickColor.new("Bright red")
  17. --wait(0.1)
  18. --end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement