개체 탐색
문자열화 / 숫자화
( tostring()
/ tonumber()
)
어떤 개체 내에 있는 Equip이라는 sound에 접근할 때:
개체.Equip
( .
사용)
개체 내 Equip을 재생(Play()
) 할 때:
개체.Equip:Play()
( :
사용)
Instance의 속성(property)에 접근하는 방법
print() 시 문자열 합칠 때
+
가 아니라 ..
사용
플레이어 UID 가져오기
플레이어 목록 가져오기
플레이어에게 특정 속성을 부여하는 방법
ServerStorage에서 개체를 불러오는 6가지 방법
Instance
math 함수
hit.Parent:FindFirstChild("Humanoid")가 nil일 때
(Character로 Player 찾기)
배열(array)/테이블(table)
팀 설정 (team)
for문 (pairs, ipairs)