Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --insert part, then adv object selection box, then this script
- local box = script.Parent
- local Part = script.Parent.Parent
- box.LineThickness = .05
- box.Adornee = Part
- box.Color = BrickColor.new("Black")
- --while true do
- --wait(0.1)
- --box.Adornee = Part
- --box.Color = BrickColor.new("Bright violet")
- --wait(0.1)
- --box.Color = BrickColor.new("Bright red")
- --wait(0.1)
- --end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement