Filtering Enabled Breaking my script gui???
Asked by
7 years ago Edited 7 years ago
``don't tell me to turn off filtering enabled people exploit my game when I do it so this is the script to open the gui but when filter enabled is off it works when it's on it doesn't show up anymore
script:
02 | local button = script.Parent |
03 | local animframe = button.Parent.Parent.Animations |
07 | animframe:TweenPosition(UDim 2. new( 0 ,- 150 , 0 , 15 ), "In" , "Quad" ,. 5 , true ) |
10 | animframe:TweenPosition(UDim 2. new( 0 ,- 10 , 0 , 290 ), "Out" , "Quad" ,. 5 , true ) |
14 | button.MouseButton 1 Down:connect(action) |