Hello guys! how is it going? I hope you all do well. I did a black screen GUI, and I want it to cover all the screen because I want to show a role system where everybody got a different role, but I got an error where It doesn’t cover the full screen but only a part of it, here’s the photo:
![]()
and when I try to tween it does the same:
I pose this position when Tweening the Frame:
![]()
if game.ReplicatedStorage:WaitForChild('GivingTweens').Value == true then
local Frame = script.Parent.Frame
Frame:TweenPosition(UDim2.new(0,0,0,0),"Out","Sine",3)
end
And it tweens the same way as you see in the first picture, I don’t know what to do here, please if you can give me a hand with this I’ll appreciate a lot your help. have a nice day!

