i was wondering if you can roundfiy an Instance.new('frame')
this is what i mean:
frame = Instance.new('frame',game.StarterGui) frame.roundfiy = true -- does not work
local frame = Instance.new('frame',game.StarterGui) local UICorner = Instance.new("UICorner");UICorner.Parent = frame UICorner.CornerRadius = UDim.new(8,0)