요약
메서드
FindService(className: string):Instance |
GetService(className: string):Instance |
getService(className: string):Instance |
이벤트
ServiceAdded(service: Instance):RBXScriptSignal |
ServiceRemoving(service: Instance):RBXScriptSignal |
상속된 멤버
API 참조
메서드
FindService
GetService
getService
service
이벤트
Close
코드 샘플
서비스 제공자.닫기
local function onClose()
print("장소가 닫히고 있습니다")
end
game.Close:Connect(onClose)ServiceRemoving
매개 변수