Roblox Game Creator

로블록스_기초_2&3주차(WalkSpeed UP!)

타몽쓰 2022. 9. 11.
①

function touchTrigger(otherPart)
	local character = otherPart.Parent
	
	local humanoid = character:FindFirstChildOfClass('Humanoid')
	
	if humanoid and ② then
		③
		wait(10)
		④
	end
end

walkSpeed.Touched:Connect(touchTrigger)

댓글