local screen = Vector2(guiGetScreenSize()) local scale = math.min(math.max (0.5, (screen.y / 768)), 2) export('getClientScreenValues', function() return screen, scale end) export('respc', function(v) return math.floor(v * scale) end)