①
function touchTrigger(otherPart)
local character = otherPart.Parent
local humanoid = character:FindFirstChildOfClass('Humanoid')
if humanoid and ② then
③
wait(10)
④
end
end
walkSpeed.Touched:Connect(touchTrigger)
'Roblox Game Creator' 카테고리의 다른 글
로블록스_기초_5주차 (Magic Bridge) (0) | 2022.10.02 |
---|---|
로블록스_기초_4주차 (R/Y/G Light) (0) | 2022.09.28 |
로블록스_기초_3주차 (teleport) (0) | 2022.09.19 |
(비공개) 로블록스_기초 lua 정답 모음 (0) | 2022.09.11 |
(비공개) 로블록스_심화 lua 정답 모음 (0) | 2022.08.29 |
댓글