Hi, sorry if Im wasting your guy’s time but how do I check if a gui has reached a certain size?
Do this instead,
-- I'm assuming you're using offset
if script.Parent.Size.X.Offset > 6 and script.Parent.Size.Y.Offset > 6 then
print(result)
lasso:FireServer(result)
end
1 Like