of     1   

Kid_Bot
#224834176Wednesday, September 06, 2017 7:39 PM GMT

how would I make it so a script fires when a gui reaches a certain Y position, but doesn't look at the X position
iiNemo
#224834238Wednesday, September 06, 2017 7:40 PM GMT

if Gui.X.Scale == 48 then Idk if ur using scale or offset..
Sadlogics
#226774402Tuesday, October 24, 2017 2:49 PM GMT

Yes ROBLOX =)
IcedVapour
#226774723Tuesday, October 24, 2017 3:03 PM GMT

UDim2.Height
SurKipper
#226776924Tuesday, October 24, 2017 4:49 PM GMT

if gui.Position.Y < yUp then -- do stuff end if gui.Position.Y + gui.Size.Y.Offset > yDown then -- do stuff end

    of     1