Advertisement
Rovo112

test

Feb 19th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. local tabs = Instance.new("Part",workspace)
  2. tabs.Color = Color3.new(0,2,2)
  3. tabs.Anchored = true
  4. tabs.CanCollide = false
  5. tabs.Size = Vector3.new(2,2,2)
  6. local sel = Instance.new('Selection',tab)
  7. sel.Color = color3.new(0,2,2)
  8. sel.Transparency = 0.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement