Made HasPressed function and implemented it #6
			
				
			
		
		
		
	| 
						 | 
					@ -21,7 +21,7 @@ function Keybind:HasPressed(action)
 | 
				
			||||||
      return true
 | 
					      return true
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
  else
 | 
					  else
 | 
				
			||||||
    action.pressed = false
 | 
					    action.pressed = nil
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
  return false
 | 
					  return false
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue