Tweening Gui and Normal Gui Position Error

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:
image

and when I try to tween it does the same:

I pose this position when Tweening the Frame:

image

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! :wave: :grinning_face_with_smiling_eyes: :wink:

Under ScreenGUI, search for and enable IgnoreGuiInset.

1 Like