for some reason game.Players.PlayerAdded wont work. its a local script in starter gui.
if game.Players.LocalPlayer.UserId == Settings.Admins.Owner then
Notification:TweenSize(UDim2.new(0.984, 0,0.034, 100))
Notification.Where:TweenSize(UDim2.new(0, 200,0, 30))
Notification.Message:TweenSize(UDim2.new(0, 948,0, 32))
Notification:TweenPosition(UDim2.new(0.5,0,.5,0))
Notification.Where:TweenPosition(UDim2.new(0.5, 0,0.106, 0))
Notification.Message:TweenPosition(UDim2.new(0.5,0,.5,0))
Notification.Message.Text = "You are the owner. Press the " .. Settings.Keybindings.OpenGui .. " key to open the gui."
end
end)