Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local tabs = Instance.new("Part",workspace)
- tabs.Color = Color3.new(0,2,2)
- tabs.Anchored = true
- tabs.CanCollide = false
- tabs.Size = Vector3.new(2,2,2)
- local sel = Instance.new('Selection',tab)
- sel.Color = color3.new(0,2,2)
- sel.Transparency = 0.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement